Shades of Reef Gold #AA973A
Tints of Reef Gold #AA973A
RGB
CMYK
RGB Variations
Color information
#AA973A (or 0xAA973A) is known color: Reef Gold. HEX triplet: AA, 97 and 3A. RGB value is (170,151,58). Sum of RGB (Red+Green+Blue) = 170+151+58=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA973A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA973A is #5568C5. Grayscale: #929292. Windows color (decimal): -5597382 or 3839914. OLE color: 3839914.
HSL color Cylindrical-coordinate representation of color #AA973A: hue angle of 49.82º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA973A is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 58 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.33 |
| HSL | 49.82º | 0.49% | 0.45% | - |
| HSV(B) | 49.82º | 0.66% | 0.67% | - |
| XYZ | 28.41 | 30.98 | 8.49 | - |
| YUV | 146.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 58 | 0 | 0.11 | 0.66 | 0.33 | 49.82 | 0.49 | 0.45 |
| Hex | AA | 97 | 3A | 0 | B | 42 | 21 | 32 | 31 | 2D |
| Octal | 252 | 227 | 72 | 0 | 13 | 102 | 41 | 62 | 61 | 55 |
| Binary | 10101010 | 10010111 | 111010 | 0 | 1011 | 1000010 | 100001 | 110010 | 110001 | 101101 |
Color Harmonies of #AA973A
Complementary color
Monochromatic Colors of #AA973A
Black with #AA973A
Text Example
Text Example
White with #AA973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA973A; }
p { color: rgb(170,151,58); }
H1.HeaderClassName
{
color: #AA973A;
}
.AnyTagClassName
{
color: #AA973A;
}
</style>
background-color css
<style>
a { background-color: #AA973A; }
a { background-color: rgb(170,151,58); }
div.DivClassName
{
background-color: #AA973A;
}
.BgClassName
{
background-color: #AA973A;
}
</style>
border-color css
<style>
span { border-color: #AA973A; }
span { border-color: rgb(170,151,58); }
td.TdClassName
{
border-color: #AA973A;
}
.TagClassName
{
border-color: #AA973A;
}
</style>