Shades of Reef Gold #AA982E
Tints of Reef Gold #AA982E
RGB
CMYK
RGB Variations
Color information
#AA982E (or 0xAA982E) is known color: Reef Gold. HEX triplet: AA, 98 and 2E. RGB value is (170,152,46). Sum of RGB (Red+Green+Blue) = 170+152+46=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 46 (18.36% from 255 or 12.5% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA982E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA982E is #5567D1. Grayscale: #919191. Windows color (decimal): -5597138 or 3053738. OLE color: 3053738.
HSL color Cylindrical-coordinate representation of color #AA982E: hue angle of 51.29º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA982E is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 152 | 46 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.33 |
| HSL | 51.29º | 0.57% | 0.42% | - |
| HSV(B) | 51.29º | 0.73% | 0.67% | - |
| XYZ | 28.3 | 31.2 | 7.12 | - |
| YUV | 145.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 152 | 46 | 0 | 0.11 | 0.73 | 0.33 | 51.29 | 0.57 | 0.42 |
| Hex | AA | 98 | 2E | 0 | B | 49 | 21 | 33 | 39 | 2A |
| Octal | 252 | 230 | 56 | 0 | 13 | 111 | 41 | 63 | 71 | 52 |
| Binary | 10101010 | 10011000 | 101110 | 0 | 1011 | 1001001 | 100001 | 110011 | 111001 | 101010 |
Color Harmonies of #AA982E
Complementary color
Monochromatic Colors of #AA982E
Black with #AA982E
Text Example
Text Example
White with #AA982E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA982E; }
p { color: rgb(170,152,46); }
H1.HeaderClassName
{
color: #AA982E;
}
.AnyTagClassName
{
color: #AA982E;
}
</style>
background-color css
<style>
a { background-color: #AA982E; }
a { background-color: rgb(170,152,46); }
div.DivClassName
{
background-color: #AA982E;
}
.BgClassName
{
background-color: #AA982E;
}
</style>
border-color css
<style>
span { border-color: #AA982E; }
span { border-color: rgb(170,152,46); }
td.TdClassName
{
border-color: #AA982E;
}
.TagClassName
{
border-color: #AA982E;
}
</style>