Shades of Reef Gold #AA8835
Tints of Reef Gold #AA8835
RGB
CMYK
RGB Variations
Color information
#AA8835 (or 0xAA8835) is known color: Reef Gold. HEX triplet: AA, 88 and 35. RGB value is (170,136,53). Sum of RGB (Red+Green+Blue) = 170+136+53=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8835 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8835 is #5577CA. Grayscale: #898989. Windows color (decimal): -5601227 or 3508394. OLE color: 3508394.
HSL color Cylindrical-coordinate representation of color #AA8835: hue angle of 42.56º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA8835 is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 53 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.33 |
| HSL | 42.56º | 0.52% | 0.44% | - |
| HSV(B) | 42.56º | 0.69% | 0.67% | - |
| XYZ | 26.02 | 26.41 | 7.09 | - |
| YUV | 136.7 | 80.76 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 53 | 0 | 0.20 | 0.69 | 0.33 | 42.56 | 0.52 | 0.44 |
| Hex | AA | 88 | 35 | 0 | 14 | 45 | 21 | 2B | 34 | 2C |
| Octal | 252 | 210 | 65 | 0 | 24 | 105 | 41 | 53 | 64 | 54 |
| Binary | 10101010 | 10001000 | 110101 | 0 | 10100 | 1000101 | 100001 | 101011 | 110100 | 101100 |
Color Harmonies of #AA8835
Complementary color
Monochromatic Colors of #AA8835
Black with #AA8835
Text Example
Text Example
White with #AA8835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8835; }
p { color: rgb(170,136,53); }
H1.HeaderClassName
{
color: #AA8835;
}
.AnyTagClassName
{
color: #AA8835;
}
</style>
background-color css
<style>
a { background-color: #AA8835; }
a { background-color: rgb(170,136,53); }
div.DivClassName
{
background-color: #AA8835;
}
.BgClassName
{
background-color: #AA8835;
}
</style>
border-color css
<style>
span { border-color: #AA8835; }
span { border-color: rgb(170,136,53); }
td.TdClassName
{
border-color: #AA8835;
}
.TagClassName
{
border-color: #AA8835;
}
</style>