#A99A36

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

Shades of Reef Gold #A99A36

Tints of Reef Gold #A99A36

Color information

#A99A36 (or 0xA99A36) is unknown color: approx Reef Gold. HEX triplet: A9, 9A and 36. RGB value is (169,154,54). Sum of RGB (Red+Green+Blue) = 169+154+54=377 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.83% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A36 is #5665C9. Grayscale: #939393. Windows color (decimal): -5662154 or 3578537. OLE color: 3578537.

HSL color Cylindrical-coordinate representation of color #A99A36: hue angle of 52.17º 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 #A99A36 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16915454-
CMYK00.090.680.34
HSL52.17º51.57%43.73%-
HSV(B)52.17º68.05%66.27%-
XYZ28.5831.818.12-
YUV147.0875.47143.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.83%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 54 (21.48% from 255) = 14.32%
R=44.83%
G=40.85%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691545400.090.680.3452.1751.5743.73
HexA99A3609442234342c
Octal2512326601110442646454
Binary1010100110011010110110010011000100100010110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A36; }

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

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

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

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

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

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

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

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