Shades of Reef Gold #AA9232
Tints of Reef Gold #AA9232
RGB
CMYK
RGB Variations
Color information
#AA9232 (or 0xAA9232) is known color: Reef Gold. HEX triplet: AA, 92 and 32. RGB value is (170,146,50). Sum of RGB (Red+Green+Blue) = 170+146+50=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9232 is #556DCD. Grayscale: #8E8E8E. Windows color (decimal): -5598670 or 3314346. OLE color: 3314346.
HSL color Cylindrical-coordinate representation of color #AA9232: hue angle of 48º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA9232 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 146 | 50 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.33 |
| HSL | 48º | 0.55% | 0.43% | - |
| HSV(B) | 48º | 0.71% | 0.67% | - |
| XYZ | 27.43 | 29.33 | 7.23 | - |
| YUV | 142.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 146 | 50 | 0 | 0.14 | 0.71 | 0.33 | 48 | 0.55 | 0.43 |
| Hex | AA | 92 | 32 | 0 | E | 47 | 21 | 30 | 37 | 2B |
| Octal | 252 | 222 | 62 | 0 | 16 | 107 | 41 | 60 | 67 | 53 |
| Binary | 10101010 | 10010010 | 110010 | 0 | 1110 | 1000111 | 100001 | 110000 | 110111 | 101011 |
Color Harmonies of #AA9232
Complementary color
Monochromatic Colors of #AA9232
Black with #AA9232
Text Example
Text Example
White with #AA9232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9232; }
p { color: rgb(170,146,50); }
H1.HeaderClassName
{
color: #AA9232;
}
.AnyTagClassName
{
color: #AA9232;
}
</style>
background-color css
<style>
a { background-color: #AA9232; }
a { background-color: rgb(170,146,50); }
div.DivClassName
{
background-color: #AA9232;
}
.BgClassName
{
background-color: #AA9232;
}
</style>
border-color css
<style>
span { border-color: #AA9232; }
span { border-color: rgb(170,146,50); }
td.TdClassName
{
border-color: #AA9232;
}
.TagClassName
{
border-color: #AA9232;
}
</style>