#A99A37

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

Shades of Reef Gold #A99A37

Tints of Reef Gold #A99A37

Color information

#A99A37 (or 0xA99A37) is unknown color: approx Reef Gold. HEX triplet: A9, 9A and 37. RGB value is (169,154,55). Sum of RGB (Red+Green+Blue) = 169+154+55=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99A37 is #5665C8. Grayscale: #939393. Windows color (decimal): -5662153 or 3644073. OLE color: 3644073.

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

Color convert

RGB16915455-
CMYK00.090.670.34
HSL52.11º50.89%43.92%-
HSV(B)52.11º67.46%66.27%-
XYZ28.6131.828.25-
YUV147.275.97143.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 154 (60.55% from 255) = 40.74%
BLUE value IS 55 (21.88% from 255) = 14.55%
R=44.71%
G=40.74%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691545500.090.670.3452.1150.8943.92
HexA99A3709432234332c
Octal2512326701110342646354
Binary1010100110011010110111010011000011100010110100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A37; }

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

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

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

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

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

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

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

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