Shades of Reef Gold #AA9736
Tints of Reef Gold #AA9736
RGB
CMYK
RGB Variations
Color information
#AA9736 (or 0xAA9736) is known color: Reef Gold. HEX triplet: AA, 97 and 36. RGB value is (170,151,54). Sum of RGB (Red+Green+Blue) = 170+151+54=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9736 is #5568C9. Grayscale: #929292. Windows color (decimal): -5597386 or 3577770. OLE color: 3577770.
HSL color Cylindrical-coordinate representation of color #AA9736: hue angle of 50.17º degrees, saturation: 0.52, 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 #AA9736 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 54 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.33 |
| HSL | 50.17º | 0.52% | 0.44% | - |
| HSV(B) | 50.17º | 0.68% | 0.67% | - |
| XYZ | 28.31 | 30.95 | 7.97 | - |
| YUV | 145.62 | 76.29 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 54 | 0 | 0.11 | 0.68 | 0.33 | 50.17 | 0.52 | 0.44 |
| Hex | AA | 97 | 36 | 0 | B | 44 | 21 | 32 | 34 | 2C |
| Octal | 252 | 227 | 66 | 0 | 13 | 104 | 41 | 62 | 64 | 54 |
| Binary | 10101010 | 10010111 | 110110 | 0 | 1011 | 1000100 | 100001 | 110010 | 110100 | 101100 |
Color Harmonies of #AA9736
Complementary color
Monochromatic Colors of #AA9736
Black with #AA9736
Text Example
Text Example
White with #AA9736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9736; }
p { color: rgb(170,151,54); }
H1.HeaderClassName
{
color: #AA9736;
}
.AnyTagClassName
{
color: #AA9736;
}
</style>
background-color css
<style>
a { background-color: #AA9736; }
a { background-color: rgb(170,151,54); }
div.DivClassName
{
background-color: #AA9736;
}
.BgClassName
{
background-color: #AA9736;
}
</style>
border-color css
<style>
span { border-color: #AA9736; }
span { border-color: rgb(170,151,54); }
td.TdClassName
{
border-color: #AA9736;
}
.TagClassName
{
border-color: #AA9736;
}
</style>