#AA902C

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

Shades of Reef Gold #AA902C

Tints of Reef Gold #AA902C

Color information

#AA902C (or 0xAA902C) is unknown color: approx Reef Gold. HEX triplet: AA, 90 and 2C. RGB value is (170,144,44). Sum of RGB (Red+Green+Blue) = 170+144+44=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA902C is #556FD3. Grayscale: #8C8C8C. Windows color (decimal): -5599188 or 2920618. OLE color: 2920618.

HSL color Cylindrical-coordinate representation of color #AA902C: hue angle of 47.62º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA902C is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17014444-
CMYK00.150.740.33
HSL47.62º58.88%41.96%-
HSV(B)47.62º74.12%66.67%-
XYZ27.0128.676.49-
YUV140.3773.61149.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.49%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 44 (17.58% from 255) = 12.29%
R=47.49%
G=40.22%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701444400.150.740.3347.6258.8841.96
HexAA902C0F4A21303b2a
Octal2522205401711241607352
Binary1010101010010000101100011111001010100001110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA902C; }

 p { color: rgb(170,144,44); }

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

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

 a { background-color: rgb(170,144,44); }

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

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

 span { border-color: rgb(170,144,44); }

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