Shades of Reef Gold #AA9937
Tints of Reef Gold #AA9937
RGB
CMYK
RGB Variations
Color information
#AA9937 (or 0xAA9937) is known color: Reef Gold. HEX triplet: AA, 99 and 37. RGB value is (170,153,55). Sum of RGB (Red+Green+Blue) = 170+153+55=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9937 is #5566C8. Grayscale: #939393. Windows color (decimal): -5596873 or 3643818. OLE color: 3643818.
HSL color Cylindrical-coordinate representation of color #AA9937: hue angle of 51.13º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA9937 is Cyan = 0, Magento = 0.1, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 55 | - |
| CMYK | 0 | 0.1 | 0.68 | 0.33 |
| HSL | 51.13º | 0.51% | 0.44% | - |
| HSV(B) | 51.13º | 0.68% | 0.67% | - |
| XYZ | 28.66 | 31.6 | 8.2 | - |
| YUV | 146.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 55 | 0 | 0.1 | 0.68 | 0.33 | 51.13 | 0.51 | 0.44 |
| Hex | AA | 99 | 37 | 0 | A | 44 | 21 | 33 | 33 | 2C |
| Octal | 252 | 231 | 67 | 0 | 12 | 104 | 41 | 63 | 63 | 54 |
| Binary | 10101010 | 10011001 | 110111 | 0 | 1010 | 1000100 | 100001 | 110011 | 110011 | 101100 |
Color Harmonies of #AA9937
Complementary color
Monochromatic Colors of #AA9937
Black with #AA9937
Text Example
Text Example
White with #AA9937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9937; }
p { color: rgb(170,153,55); }
H1.HeaderClassName
{
color: #AA9937;
}
.AnyTagClassName
{
color: #AA9937;
}
</style>
background-color css
<style>
a { background-color: #AA9937; }
a { background-color: rgb(170,153,55); }
div.DivClassName
{
background-color: #AA9937;
}
.BgClassName
{
background-color: #AA9937;
}
</style>
border-color css
<style>
span { border-color: #AA9937; }
span { border-color: rgb(170,153,55); }
td.TdClassName
{
border-color: #AA9937;
}
.TagClassName
{
border-color: #AA9937;
}
</style>