#AA8F2C

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

Shades of Reef Gold #AA8F2C

Tints of Reef Gold #AA8F2C

Color information

#AA8F2C (or 0xAA8F2C) is unknown color: approx Reef Gold. HEX triplet: AA, 8F and 2C. RGB value is (170,143,44). Sum of RGB (Red+Green+Blue) = 170+143+44=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 44 (17.58% from 255 or 12.32% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F2C is #5570D3. Grayscale: #8C8C8C. Windows color (decimal): -5599444 or 2920362. OLE color: 2920362.

HSL color Cylindrical-coordinate representation of color #AA8F2C: hue angle of 47.14º 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 #AA8F2C is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB17014344-
CMYK00.160.740.33
HSL47.14º58.88%41.96%-
HSV(B)47.14º74.12%66.67%-
XYZ26.8528.376.44-
YUV139.7973.95149.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.62%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 44 (17.58% from 255) = 12.32%
R=47.62%
G=40.06%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701434400.160.740.3347.1458.8841.96
HexAA8F2C0104A212f3b2a
Octal2522175402011241577352
Binary10101010100011111011000100001001010100001101111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F2C; }

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

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

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

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

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

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

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

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