#A99136

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

Shades of Reef Gold #A99136

Tints of Reef Gold #A99136

Color information

#A99136 (or 0xA99136) is unknown color: approx Reef Gold. HEX triplet: A9, 91 and 36. RGB value is (169,145,54). Sum of RGB (Red+Green+Blue) = 169+145+54=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 54 (21.48% from 255 or 14.67% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A99136 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99136 is #566EC9. Grayscale: #8E8E8E. Windows color (decimal): -5664458 or 3576233. OLE color: 3576233.

HSL color Cylindrical-coordinate representation of color #A99136: hue angle of 47.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A99136 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16914554-
CMYK00.140.680.34
HSL47.48º51.57%43.73%-
HSV(B)47.48º68.05%66.27%-
XYZ27.1528.957.65-
YUV141.878.45147.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 54 (21.48% from 255) = 14.67%
R=45.92%
G=39.40%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691455400.140.680.3447.4851.5743.73
HexA991360E44222f342c
Octal2512216601610442576454
Binary1010100110010001110110011101000100100010101111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99136; }

 p { color: rgb(169,145,54); }

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

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

 a { background-color: rgb(169,145,54); }

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

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

 span { border-color: rgb(169,145,54); }

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