#A99732

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

Shades of Reef Gold #A99732

Tints of Reef Gold #A99732

Color information

#A99732 (or 0xA99732) is unknown color: approx Reef Gold. HEX triplet: A9, 97 and 32. RGB value is (169,151,50). Sum of RGB (Red+Green+Blue) = 169+151+50=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A99732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99732 is #5668CD. Grayscale: #919191. Windows color (decimal): -5662926 or 3315625. OLE color: 3315625.

HSL color Cylindrical-coordinate representation of color #A99732: hue angle of 50.92º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A99732 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB16915150-
CMYK00.110.700.34
HSL50.92º54.34%42.94%-
HSV(B)50.92º70.41%66.27%-
XYZ2830.87.49-
YUV144.8774.46145.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 151 (59.38% from 255) = 40.81%
BLUE value IS 50 (19.92% from 255) = 13.51%
R=45.68%
G=40.81%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691515000.110.700.3450.9254.3442.94
HexA997320B462233362b
Octal2512276201310642636653
Binary1010100110010111110010010111000110100010110011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99732; }

 p { color: rgb(169,151,50); }

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

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

 a { background-color: rgb(169,151,50); }

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

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

 span { border-color: rgb(169,151,50); }

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