Shades of Reef Gold #AA972E
Tints of Reef Gold #AA972E
RGB
CMYK
RGB Variations
Color information
#AA972E (or 0xAA972E) is known color: Reef Gold. HEX triplet: AA, 97 and 2E. RGB value is (170,151,46). Sum of RGB (Red+Green+Blue) = 170+151+46=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA972E is #5568D1. Grayscale: #919191. Windows color (decimal): -5597394 or 3053482. OLE color: 3053482.
HSL color Cylindrical-coordinate representation of color #AA972E: hue angle of 50.81º 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 #AA972E is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 46 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.33 |
| HSL | 50.81º | 0.57% | 0.42% | - |
| HSV(B) | 50.81º | 0.73% | 0.67% | - |
| XYZ | 28.14 | 30.88 | 7.06 | - |
| YUV | 144.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 46 | 0 | 0.11 | 0.73 | 0.33 | 50.81 | 0.57 | 0.42 |
| Hex | AA | 97 | 2E | 0 | B | 49 | 21 | 33 | 39 | 2A |
| Octal | 252 | 227 | 56 | 0 | 13 | 111 | 41 | 63 | 71 | 52 |
| Binary | 10101010 | 10010111 | 101110 | 0 | 1011 | 1001001 | 100001 | 110011 | 111001 | 101010 |
Color Harmonies of #AA972E
Complementary color
Monochromatic Colors of #AA972E
Black with #AA972E
Text Example
Text Example
White with #AA972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA972E; }
p { color: rgb(170,151,46); }
H1.HeaderClassName
{
color: #AA972E;
}
.AnyTagClassName
{
color: #AA972E;
}
</style>
background-color css
<style>
a { background-color: #AA972E; }
a { background-color: rgb(170,151,46); }
div.DivClassName
{
background-color: #AA972E;
}
.BgClassName
{
background-color: #AA972E;
}
</style>
border-color css
<style>
span { border-color: #AA972E; }
span { border-color: rgb(170,151,46); }
td.TdClassName
{
border-color: #AA972E;
}
.TagClassName
{
border-color: #AA972E;
}
</style>