Shades of Reef Gold #AA882C
Tints of Reef Gold #AA882C
RGB
CMYK
RGB Variations
Color information
#AA882C (or 0xAA882C) is known color: Reef Gold. HEX triplet: AA, 88 and 2C. RGB value is (170,136,44). Sum of RGB (Red+Green+Blue) = 170+136+44=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA882C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA882C is #5577D3. Grayscale: #888888. Windows color (decimal): -5601236 or 2918570. OLE color: 2918570.
HSL color Cylindrical-coordinate representation of color #AA882C: hue angle of 43.81º 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 #AA882C is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 44 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.33 |
| HSL | 43.81º | 0.59% | 0.42% | - |
| HSV(B) | 43.81º | 0.74% | 0.67% | - |
| XYZ | 25.84 | 26.34 | 6.1 | - |
| YUV | 135.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 44 | 0 | 0.20 | 0.74 | 0.33 | 43.81 | 0.59 | 0.42 |
| Hex | AA | 88 | 2C | 0 | 14 | 4A | 21 | 2C | 3B | 2A |
| Octal | 252 | 210 | 54 | 0 | 24 | 112 | 41 | 54 | 73 | 52 |
| Binary | 10101010 | 10001000 | 101100 | 0 | 10100 | 1001010 | 100001 | 101100 | 111011 | 101010 |
Color Harmonies of #AA882C
Complementary color
Monochromatic Colors of #AA882C
Black with #AA882C
Text Example
Text Example
White with #AA882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA882C; }
p { color: rgb(170,136,44); }
H1.HeaderClassName
{
color: #AA882C;
}
.AnyTagClassName
{
color: #AA882C;
}
</style>
background-color css
<style>
a { background-color: #AA882C; }
a { background-color: rgb(170,136,44); }
div.DivClassName
{
background-color: #AA882C;
}
.BgClassName
{
background-color: #AA882C;
}
</style>
border-color css
<style>
span { border-color: #AA882C; }
span { border-color: rgb(170,136,44); }
td.TdClassName
{
border-color: #AA882C;
}
.TagClassName
{
border-color: #AA882C;
}
</style>