Shades of Reef Gold #AA9932
Tints of Reef Gold #AA9932
RGB
CMYK
RGB Variations
Color information
#AA9932 (or 0xAA9932) is known color: Reef Gold. HEX triplet: AA, 99 and 32. RGB value is (170,153,50). Sum of RGB (Red+Green+Blue) = 170+153+50=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9932 is #5566CD. Grayscale: #929292. Windows color (decimal): -5596878 or 3316138. OLE color: 3316138.
HSL color Cylindrical-coordinate representation of color #AA9932: hue angle of 51.5º 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 #AA9932 is Cyan = 0, Magento = 0.1, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 50 | - |
| CMYK | 0 | 0.1 | 0.71 | 0.33 |
| HSL | 51.5º | 0.55% | 0.43% | - |
| HSV(B) | 51.5º | 0.71% | 0.67% | - |
| XYZ | 28.54 | 31.56 | 7.6 | - |
| YUV | 146.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 50 | 0 | 0.1 | 0.71 | 0.33 | 51.5 | 0.55 | 0.43 |
| Hex | AA | 99 | 32 | 0 | A | 47 | 21 | 34 | 37 | 2B |
| Octal | 252 | 231 | 62 | 0 | 12 | 107 | 41 | 64 | 67 | 53 |
| Binary | 10101010 | 10011001 | 110010 | 0 | 1010 | 1000111 | 100001 | 110100 | 110111 | 101011 |
Color Harmonies of #AA9932
Complementary color
Monochromatic Colors of #AA9932
Black with #AA9932
Text Example
Text Example
White with #AA9932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9932; }
p { color: rgb(170,153,50); }
H1.HeaderClassName
{
color: #AA9932;
}
.AnyTagClassName
{
color: #AA9932;
}
</style>
background-color css
<style>
a { background-color: #AA9932; }
a { background-color: rgb(170,153,50); }
div.DivClassName
{
background-color: #AA9932;
}
.BgClassName
{
background-color: #AA9932;
}
</style>
border-color css
<style>
span { border-color: #AA9932; }
span { border-color: rgb(170,153,50); }
td.TdClassName
{
border-color: #AA9932;
}
.TagClassName
{
border-color: #AA9932;
}
</style>