Shades of Reef Gold #AA882F
Tints of Reef Gold #AA882F
RGB
CMYK
RGB Variations
Color information
#AA882F (or 0xAA882F) is known color: Reef Gold. HEX triplet: AA, 88 and 2F. RGB value is (170,136,47). Sum of RGB (Red+Green+Blue) = 170+136+47=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA882F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA882F is #5577D0. Grayscale: #888888. Windows color (decimal): -5601233 or 3115178. OLE color: 3115178.
HSL color Cylindrical-coordinate representation of color #AA882F: hue angle of 43.41º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA882F is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 47 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.33 |
| HSL | 43.41º | 0.57% | 0.43% | - |
| HSV(B) | 43.41º | 0.72% | 0.67% | - |
| XYZ | 25.89 | 26.36 | 6.41 | - |
| YUV | 136.02 | 77.76 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 47 | 0 | 0.20 | 0.72 | 0.33 | 43.41 | 0.57 | 0.43 |
| Hex | AA | 88 | 2F | 0 | 14 | 48 | 21 | 2B | 39 | 2B |
| Octal | 252 | 210 | 57 | 0 | 24 | 110 | 41 | 53 | 71 | 53 |
| Binary | 10101010 | 10001000 | 101111 | 0 | 10100 | 1001000 | 100001 | 101011 | 111001 | 101011 |
Color Harmonies of #AA882F
Complementary color
Monochromatic Colors of #AA882F
Black with #AA882F
Text Example
Text Example
White with #AA882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA882F; }
p { color: rgb(170,136,47); }
H1.HeaderClassName
{
color: #AA882F;
}
.AnyTagClassName
{
color: #AA882F;
}
</style>
background-color css
<style>
a { background-color: #AA882F; }
a { background-color: rgb(170,136,47); }
div.DivClassName
{
background-color: #AA882F;
}
.BgClassName
{
background-color: #AA882F;
}
</style>
border-color css
<style>
span { border-color: #AA882F; }
span { border-color: rgb(170,136,47); }
td.TdClassName
{
border-color: #AA882F;
}
.TagClassName
{
border-color: #AA882F;
}
</style>