#A99B37

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

Shades of Reef Gold #A99B37

Tints of Reef Gold #A99B37

Color information

#A99B37 (or 0xA99B37) is unknown color: approx Reef Gold. HEX triplet: A9, 9B and 37. RGB value is (169,155,55). Sum of RGB (Red+Green+Blue) = 169+155+55=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A99B37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99B37 is #5664C8. Grayscale: #949494. Windows color (decimal): -5661897 or 3644329. OLE color: 3644329.

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

Color convert

RGB16915555-
CMYK00.080.670.34
HSL52.63º50.89%43.92%-
HSV(B)52.63º67.46%66.27%-
XYZ28.7732.158.3-
YUV147.7975.64143.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 55 (21.88% from 255) = 14.51%
R=44.59%
G=40.90%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691555500.080.670.3452.6350.8943.92
HexA99B3708432235332c
Octal2512336701010342656354
Binary1010100110011011110111010001000011100010110101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99B37; }

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

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

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

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

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

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

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

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