Shades of Reef Gold #AA9737
Tints of Reef Gold #AA9737
RGB
CMYK
RGB Variations
Color information
#AA9737 (or 0xAA9737) is known color: Reef Gold. HEX triplet: AA, 97 and 37. RGB value is (170,151,55). Sum of RGB (Red+Green+Blue) = 170+151+55=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9737 is #5568C8. Grayscale: #929292. Windows color (decimal): -5597385 or 3643306. OLE color: 3643306.
HSL color Cylindrical-coordinate representation of color #AA9737: hue angle of 50.09º 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 #AA9737 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 55 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.33 |
| HSL | 50.09º | 0.51% | 0.44% | - |
| HSV(B) | 50.09º | 0.68% | 0.67% | - |
| XYZ | 28.33 | 30.96 | 8.1 | - |
| YUV | 145.74 | 76.79 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 55 | 0 | 0.11 | 0.68 | 0.33 | 50.09 | 0.51 | 0.44 |
| Hex | AA | 97 | 37 | 0 | B | 44 | 21 | 32 | 33 | 2C |
| Octal | 252 | 227 | 67 | 0 | 13 | 104 | 41 | 62 | 63 | 54 |
| Binary | 10101010 | 10010111 | 110111 | 0 | 1011 | 1000100 | 100001 | 110010 | 110011 | 101100 |
Color Harmonies of #AA9737
Complementary color
Monochromatic Colors of #AA9737
Black with #AA9737
Text Example
Text Example
White with #AA9737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9737; }
p { color: rgb(170,151,55); }
H1.HeaderClassName
{
color: #AA9737;
}
.AnyTagClassName
{
color: #AA9737;
}
</style>
background-color css
<style>
a { background-color: #AA9737; }
a { background-color: rgb(170,151,55); }
div.DivClassName
{
background-color: #AA9737;
}
.BgClassName
{
background-color: #AA9737;
}
</style>
border-color css
<style>
span { border-color: #AA9737; }
span { border-color: rgb(170,151,55); }
td.TdClassName
{
border-color: #AA9737;
}
.TagClassName
{
border-color: #AA9737;
}
</style>