Shades of Reef Gold #AA8E2A
Tints of Reef Gold #AA8E2A
RGB
CMYK
RGB Variations
Color information
#AA8E2A (or 0xAA8E2A) is known color: Reef Gold. HEX triplet: AA, 8E and 2A. RGB value is (170,142,42). Sum of RGB (Red+Green+Blue) = 170+142+42=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 142 (55.86% from 255 or 40.11% from 354); Blue value is 42 (16.80% from 255 or 11.86% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8E2A is #5571D5. Grayscale: #8B8B8B. Windows color (decimal): -5599702 or 2789034. OLE color: 2789034.
HSL color Cylindrical-coordinate representation of color #AA8E2A: hue angle of 46.88º 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 #AA8E2A is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 142 | 42 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.33 |
| HSL | 46.88º | 0.6% | 0.42% | - |
| HSV(B) | 46.88º | 0.75% | 0.67% | - |
| XYZ | 26.67 | 28.06 | 6.2 | - |
| YUV | 138.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 142 | 42 | 0 | 0.16 | 0.75 | 0.33 | 46.88 | 0.6 | 0.42 |
| Hex | AA | 8E | 2A | 0 | 10 | 4B | 21 | 2F | 3C | 2A |
| Octal | 252 | 216 | 52 | 0 | 20 | 113 | 41 | 57 | 74 | 52 |
| Binary | 10101010 | 10001110 | 101010 | 0 | 10000 | 1001011 | 100001 | 101111 | 111100 | 101010 |
Color Harmonies of #AA8E2A
Complementary color
Monochromatic Colors of #AA8E2A
Black with #AA8E2A
Text Example
Text Example
White with #AA8E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8E2A; }
p { color: rgb(170,142,42); }
H1.HeaderClassName
{
color: #AA8E2A;
}
.AnyTagClassName
{
color: #AA8E2A;
}
</style>
background-color css
<style>
a { background-color: #AA8E2A; }
a { background-color: rgb(170,142,42); }
div.DivClassName
{
background-color: #AA8E2A;
}
.BgClassName
{
background-color: #AA8E2A;
}
</style>
border-color css
<style>
span { border-color: #AA8E2A; }
span { border-color: rgb(170,142,42); }
td.TdClassName
{
border-color: #AA8E2A;
}
.TagClassName
{
border-color: #AA8E2A;
}
</style>