Shades of Reef Gold #AA9D34
Tints of Reef Gold #AA9D34
RGB
CMYK
RGB Variations
Color information
#AA9D34 (or 0xAA9D34) is known color: Reef Gold. HEX triplet: AA, 9D and 34. RGB value is (170,157,52). Sum of RGB (Red+Green+Blue) = 170+157+52=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9D34 is #5562CB. Grayscale: #959595. Windows color (decimal): -5595852 or 3448234. OLE color: 3448234.
HSL color Cylindrical-coordinate representation of color #AA9D34: hue angle of 53.39º 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 #AA9D34 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 157 | 52 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.33 |
| HSL | 53.39º | 0.53% | 0.44% | - |
| HSV(B) | 53.39º | 0.69% | 0.67% | - |
| XYZ | 29.25 | 32.91 | 8.06 | - |
| YUV | 148.92 | 73.31 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 157 | 52 | 0 | 0.08 | 0.69 | 0.33 | 53.39 | 0.53 | 0.44 |
| Hex | AA | 9D | 34 | 0 | 8 | 45 | 21 | 35 | 35 | 2C |
| Octal | 252 | 235 | 64 | 0 | 10 | 105 | 41 | 65 | 65 | 54 |
| Binary | 10101010 | 10011101 | 110100 | 0 | 1000 | 1000101 | 100001 | 110101 | 110101 | 101100 |
Color Harmonies of #AA9D34
Complementary color
Monochromatic Colors of #AA9D34
Black with #AA9D34
Text Example
Text Example
White with #AA9D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9D34; }
p { color: rgb(170,157,52); }
H1.HeaderClassName
{
color: #AA9D34;
}
.AnyTagClassName
{
color: #AA9D34;
}
</style>
background-color css
<style>
a { background-color: #AA9D34; }
a { background-color: rgb(170,157,52); }
div.DivClassName
{
background-color: #AA9D34;
}
.BgClassName
{
background-color: #AA9D34;
}
</style>
border-color css
<style>
span { border-color: #AA9D34; }
span { border-color: rgb(170,157,52); }
td.TdClassName
{
border-color: #AA9D34;
}
.TagClassName
{
border-color: #AA9D34;
}
</style>