#A59335

Color #A59335 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A59335

Tints of Reef Gold #A59335

Color information

#A59335 (or 0xA59335) is unknown color: approx Reef Gold. HEX triplet: A5, 93 and 35. RGB value is (165,147,53). Sum of RGB (Red+Green+Blue) = 165+147+53=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A59335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59335 is #5A6CCA. Grayscale: #8E8E8E. Windows color (decimal): -5926091 or 3511205. OLE color: 3511205.

HSL color Cylindrical-coordinate representation of color #A59335: hue angle of 50.36º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A59335 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB16514753-
CMYK00.110.680.35
HSL50.36º51.38%42.75%-
HSV(B)50.36º67.88%64.71%-
XYZ26.5929.127.59-
YUV141.6777.96144.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=45.21%
G=40.27%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651475300.110.680.3550.3651.3842.75
HexA593350B442332332b
Octal2452236501310443626353
Binary1010010110010011110101010111000100100011110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59335; }

 p { color: rgb(165,147,53); }

 H1.HeaderClassName
 {
   color: #A59335;
 }
 .AnyTagClassName
 {
   color: #A59335;
 }
</style>
background-color css

<style>
 a { background-color: #A59335; }

 a { background-color: rgb(165,147,53); }

 div.DivClassName
 {
   background-color: #A59335;
 }
 .BgClassName
 {
   background-color: #A59335;
 }
</style>
border-color css

<style>
 span { border-color: #A59335; }

 span { border-color: rgb(165,147,53); }

 td.TdClassName
 {
   border-color: #A59335;
 }
 .TagClassName
 {
   border-color: #A59335;
 }
</style>