Shades of Reef Gold #AA8934
Tints of Reef Gold #AA8934
RGB
CMYK
RGB Variations
Color information
#AA8934 (or 0xAA8934) is known color: Reef Gold. HEX triplet: AA, 89 and 34. RGB value is (170,137,52). Sum of RGB (Red+Green+Blue) = 170+137+52=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8934 is #5576CB. Grayscale: #898989. Windows color (decimal): -5600972 or 3443114. OLE color: 3443114.
HSL color Cylindrical-coordinate representation of color #AA8934: hue angle of 43.22º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA8934 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 137 | 52 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.33 |
| HSL | 43.22º | 0.53% | 0.44% | - |
| HSV(B) | 43.22º | 0.69% | 0.67% | - |
| XYZ | 26.14 | 26.69 | 7.02 | - |
| YUV | 137.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 137 | 52 | 0 | 0.19 | 0.69 | 0.33 | 43.22 | 0.53 | 0.44 |
| Hex | AA | 89 | 34 | 0 | 13 | 45 | 21 | 2B | 35 | 2C |
| Octal | 252 | 211 | 64 | 0 | 23 | 105 | 41 | 53 | 65 | 54 |
| Binary | 10101010 | 10001001 | 110100 | 0 | 10011 | 1000101 | 100001 | 101011 | 110101 | 101100 |
Color Harmonies of #AA8934
Complementary color
Monochromatic Colors of #AA8934
Black with #AA8934
Text Example
Text Example
White with #AA8934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8934; }
p { color: rgb(170,137,52); }
H1.HeaderClassName
{
color: #AA8934;
}
.AnyTagClassName
{
color: #AA8934;
}
</style>
background-color css
<style>
a { background-color: #AA8934; }
a { background-color: rgb(170,137,52); }
div.DivClassName
{
background-color: #AA8934;
}
.BgClassName
{
background-color: #AA8934;
}
</style>
border-color css
<style>
span { border-color: #AA8934; }
span { border-color: rgb(170,137,52); }
td.TdClassName
{
border-color: #AA8934;
}
.TagClassName
{
border-color: #AA8934;
}
</style>