Shades of Reef Gold #AA852A
Tints of Reef Gold #AA852A
RGB
CMYK
RGB Variations
Color information
#AA852A (or 0xAA852A) is known color: Reef Gold. HEX triplet: AA, 85 and 2A. RGB value is (170,133,42). Sum of RGB (Red+Green+Blue) = 170+133+42=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA852A is #557AD5. Grayscale: #868686. Windows color (decimal): -5602006 or 2786730. OLE color: 2786730.
HSL color Cylindrical-coordinate representation of color #AA852A: hue angle of 42.66º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA852A is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 133 | 42 | - |
| CMYK | 0 | 0.22 | 0.75 | 0.33 |
| HSL | 42.66º | 0.6% | 0.42% | - |
| HSV(B) | 42.66º | 0.75% | 0.67% | - |
| XYZ | 25.38 | 25.49 | 5.77 | - |
| YUV | 133.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 133 | 42 | 0 | 0.22 | 0.75 | 0.33 | 42.66 | 0.6 | 0.42 |
| Hex | AA | 85 | 2A | 0 | 16 | 4B | 21 | 2B | 3C | 2A |
| Octal | 252 | 205 | 52 | 0 | 26 | 113 | 41 | 53 | 74 | 52 |
| Binary | 10101010 | 10000101 | 101010 | 0 | 10110 | 1001011 | 100001 | 101011 | 111100 | 101010 |
Color Harmonies of #AA852A
Complementary color
Monochromatic Colors of #AA852A
Black with #AA852A
Text Example
Text Example
White with #AA852A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA852A; }
p { color: rgb(170,133,42); }
H1.HeaderClassName
{
color: #AA852A;
}
.AnyTagClassName
{
color: #AA852A;
}
</style>
background-color css
<style>
a { background-color: #AA852A; }
a { background-color: rgb(170,133,42); }
div.DivClassName
{
background-color: #AA852A;
}
.BgClassName
{
background-color: #AA852A;
}
</style>
border-color css
<style>
span { border-color: #AA852A; }
span { border-color: rgb(170,133,42); }
td.TdClassName
{
border-color: #AA852A;
}
.TagClassName
{
border-color: #AA852A;
}
</style>