Shades of Reef Gold #AA872C
Tints of Reef Gold #AA872C
RGB
CMYK
RGB Variations
Color information
#AA872C (or 0xAA872C) is known color: Reef Gold. HEX triplet: AA, 87 and 2C. RGB value is (170,135,44). Sum of RGB (Red+Green+Blue) = 170+135+44=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA872C is #5578D3. Grayscale: #878787. Windows color (decimal): -5601492 or 2918314. OLE color: 2918314.
HSL color Cylindrical-coordinate representation of color #AA872C: hue angle of 43.33º 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 #AA872C is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 135 | 44 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.33 |
| HSL | 43.33º | 0.59% | 0.42% | - |
| HSV(B) | 43.33º | 0.74% | 0.67% | - |
| XYZ | 25.7 | 26.06 | 6.06 | - |
| YUV | 135.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 135 | 44 | 0 | 0.21 | 0.74 | 0.33 | 43.33 | 0.59 | 0.42 |
| Hex | AA | 87 | 2C | 0 | 15 | 4A | 21 | 2B | 3B | 2A |
| Octal | 252 | 207 | 54 | 0 | 25 | 112 | 41 | 53 | 73 | 52 |
| Binary | 10101010 | 10000111 | 101100 | 0 | 10101 | 1001010 | 100001 | 101011 | 111011 | 101010 |
Color Harmonies of #AA872C
Complementary color
Monochromatic Colors of #AA872C
Black with #AA872C
Text Example
Text Example
White with #AA872C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA872C; }
p { color: rgb(170,135,44); }
H1.HeaderClassName
{
color: #AA872C;
}
.AnyTagClassName
{
color: #AA872C;
}
</style>
background-color css
<style>
a { background-color: #AA872C; }
a { background-color: rgb(170,135,44); }
div.DivClassName
{
background-color: #AA872C;
}
.BgClassName
{
background-color: #AA872C;
}
</style>
border-color css
<style>
span { border-color: #AA872C; }
span { border-color: rgb(170,135,44); }
td.TdClassName
{
border-color: #AA872C;
}
.TagClassName
{
border-color: #AA872C;
}
</style>