#A59436

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

Shades of Reef Gold #A59436

Tints of Reef Gold #A59436

Color information

#A59436 (or 0xA59436) is unknown color: approx Reef Gold. HEX triplet: A5, 94 and 36. RGB value is (165,148,54). Sum of RGB (Red+Green+Blue) = 165+148+54=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A59436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59436 is #5A6BC9. Grayscale: #8E8E8E. Windows color (decimal): -5925834 or 3576997. OLE color: 3576997.

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

Color convert

RGB16514854-
CMYK00.100.670.35
HSL50.81º50.68%42.94%-
HSV(B)50.81º67.27%64.71%-
XYZ26.7729.457.76-
YUV142.3778.13144.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 54 (21.48% from 255) = 14.71%
R=44.96%
G=40.33%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651485400.100.670.3550.8150.6842.94
HexA594360A432333332b
Octal2452246601210343636353
Binary1010010110010100110110010101000011100011110011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59436; }

 p { color: rgb(165,148,54); }

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

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

 a { background-color: rgb(165,148,54); }

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

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

 span { border-color: rgb(165,148,54); }

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