#AA912C

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

Shades of Reef Gold #AA912C

Tints of Reef Gold #AA912C

Color information

#AA912C (or 0xAA912C) is unknown color: approx Reef Gold. HEX triplet: AA, 91 and 2C. RGB value is (170,145,44). Sum of RGB (Red+Green+Blue) = 170+145+44=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA912C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA912C is #556ED3. Grayscale: #8D8D8D. Windows color (decimal): -5598932 or 2920874. OLE color: 2920874.

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

Color convert

RGB17014544-
CMYK00.150.740.33
HSL48.1º58.88%41.96%-
HSV(B)48.1º74.12%66.67%-
XYZ27.1628.986.54-
YUV140.9673.28148.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.35%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 44 (17.58% from 255) = 12.26%
R=47.35%
G=40.39%
B=12.26%

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
Decimal1701454400.150.740.3348.158.8841.96
HexAA912C0F4A21303b2a
Octal2522215401711241607352
Binary1010101010010001101100011111001010100001110000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA912C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA912C; }

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

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

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

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

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

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

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

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