Shades of Reef Gold #AA972D
Tints of Reef Gold #AA972D
RGB
CMYK
RGB Variations
Color information
#AA972D (or 0xAA972D) is known color: Reef Gold. HEX triplet: AA, 97 and 2D. RGB value is (170,151,45). Sum of RGB (Red+Green+Blue) = 170+151+45=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 151 (59.38% from 255 or 41.26% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA972D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA972D is #5568D2. Grayscale: #919191. Windows color (decimal): -5597395 or 2987946. OLE color: 2987946.
HSL color Cylindrical-coordinate representation of color #AA972D: hue angle of 50.88º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA972D is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 45 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.33 |
| HSL | 50.88º | 0.58% | 0.42% | - |
| HSV(B) | 50.88º | 0.74% | 0.67% | - |
| XYZ | 28.12 | 30.87 | 6.96 | - |
| YUV | 144.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 45 | 0 | 0.11 | 0.74 | 0.33 | 50.88 | 0.58 | 0.42 |
| Hex | AA | 97 | 2D | 0 | B | 4A | 21 | 33 | 3A | 2A |
| Octal | 252 | 227 | 55 | 0 | 13 | 112 | 41 | 63 | 72 | 52 |
| Binary | 10101010 | 10010111 | 101101 | 0 | 1011 | 1001010 | 100001 | 110011 | 111010 | 101010 |
Color Harmonies of #AA972D
Complementary color
Monochromatic Colors of #AA972D
Black with #AA972D
Text Example
Text Example
White with #AA972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA972D; }
p { color: rgb(170,151,45); }
H1.HeaderClassName
{
color: #AA972D;
}
.AnyTagClassName
{
color: #AA972D;
}
</style>
background-color css
<style>
a { background-color: #AA972D; }
a { background-color: rgb(170,151,45); }
div.DivClassName
{
background-color: #AA972D;
}
.BgClassName
{
background-color: #AA972D;
}
</style>
border-color css
<style>
span { border-color: #AA972D; }
span { border-color: rgb(170,151,45); }
td.TdClassName
{
border-color: #AA972D;
}
.TagClassName
{
border-color: #AA972D;
}
</style>