Shades of Reef Gold #AA9934
Tints of Reef Gold #AA9934
RGB
CMYK
RGB Variations
Color information
#AA9934 (or 0xAA9934) is known color: Reef Gold. HEX triplet: AA, 99 and 34. RGB value is (170,153,52). Sum of RGB (Red+Green+Blue) = 170+153+52=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9934 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9934 is #5566CB. Grayscale: #929292. Windows color (decimal): -5596876 or 3447210. OLE color: 3447210.
HSL color Cylindrical-coordinate representation of color #AA9934: hue angle of 51.36º 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 #AA9934 is Cyan = 0, Magento = 0.1, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 52 | - |
| CMYK | 0 | 0.1 | 0.69 | 0.33 |
| HSL | 51.36º | 0.53% | 0.44% | - |
| HSV(B) | 51.36º | 0.69% | 0.67% | - |
| XYZ | 28.59 | 31.58 | 7.84 | - |
| YUV | 146.57 | 74.63 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 52 | 0 | 0.1 | 0.69 | 0.33 | 51.36 | 0.53 | 0.44 |
| Hex | AA | 99 | 34 | 0 | A | 45 | 21 | 33 | 35 | 2C |
| Octal | 252 | 231 | 64 | 0 | 12 | 105 | 41 | 63 | 65 | 54 |
| Binary | 10101010 | 10011001 | 110100 | 0 | 1010 | 1000101 | 100001 | 110011 | 110101 | 101100 |
Color Harmonies of #AA9934
Complementary color
Monochromatic Colors of #AA9934
Black with #AA9934
Text Example
Text Example
White with #AA9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9934; }
p { color: rgb(170,153,52); }
H1.HeaderClassName
{
color: #AA9934;
}
.AnyTagClassName
{
color: #AA9934;
}
</style>
background-color css
<style>
a { background-color: #AA9934; }
a { background-color: rgb(170,153,52); }
div.DivClassName
{
background-color: #AA9934;
}
.BgClassName
{
background-color: #AA9934;
}
</style>
border-color css
<style>
span { border-color: #AA9934; }
span { border-color: rgb(170,153,52); }
td.TdClassName
{
border-color: #AA9934;
}
.TagClassName
{
border-color: #AA9934;
}
</style>