Shades of Reef Gold #AA8D37
Tints of Reef Gold #AA8D37
RGB
CMYK
RGB Variations
Color information
#AA8D37 (or 0xAA8D37) is known color: Reef Gold. HEX triplet: AA, 8D and 37. RGB value is (170,141,55). Sum of RGB (Red+Green+Blue) = 170+141+55=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8D37 is #5572C8. Grayscale: #8C8C8C. Windows color (decimal): -5599945 or 3640746. OLE color: 3640746.
HSL color Cylindrical-coordinate representation of color #AA8D37: hue angle of 44.87º 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 #AA8D37 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 141 | 55 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.33 |
| HSL | 44.87º | 0.51% | 0.44% | - |
| HSV(B) | 44.87º | 0.68% | 0.67% | - |
| XYZ | 26.79 | 27.87 | 7.58 | - |
| YUV | 139.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 141 | 55 | 0 | 0.17 | 0.68 | 0.33 | 44.87 | 0.51 | 0.44 |
| Hex | AA | 8D | 37 | 0 | 11 | 44 | 21 | 2D | 33 | 2C |
| Octal | 252 | 215 | 67 | 0 | 21 | 104 | 41 | 55 | 63 | 54 |
| Binary | 10101010 | 10001101 | 110111 | 0 | 10001 | 1000100 | 100001 | 101101 | 110011 | 101100 |
Color Harmonies of #AA8D37
Complementary color
Monochromatic Colors of #AA8D37
Black with #AA8D37
Text Example
Text Example
White with #AA8D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8D37; }
p { color: rgb(170,141,55); }
H1.HeaderClassName
{
color: #AA8D37;
}
.AnyTagClassName
{
color: #AA8D37;
}
</style>
background-color css
<style>
a { background-color: #AA8D37; }
a { background-color: rgb(170,141,55); }
div.DivClassName
{
background-color: #AA8D37;
}
.BgClassName
{
background-color: #AA8D37;
}
</style>
border-color css
<style>
span { border-color: #AA8D37; }
span { border-color: rgb(170,141,55); }
td.TdClassName
{
border-color: #AA8D37;
}
.TagClassName
{
border-color: #AA8D37;
}
</style>