Shades of Reef Gold #AA9C34
Tints of Reef Gold #AA9C34
RGB
CMYK
RGB Variations
Color information
#AA9C34 (or 0xAA9C34) is known color: Reef Gold. HEX triplet: AA, 9C and 34. RGB value is (170,156,52). Sum of RGB (Red+Green+Blue) = 170+156+52=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C34 is #5563CB. Grayscale: #949494. Windows color (decimal): -5596108 or 3447978. OLE color: 3447978.
HSL color Cylindrical-coordinate representation of color #AA9C34: hue angle of 52.88º 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 #AA9C34 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 52 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.33 |
| HSL | 52.88º | 0.53% | 0.44% | - |
| HSV(B) | 52.88º | 0.69% | 0.67% | - |
| XYZ | 29.09 | 32.57 | 8 | - |
| YUV | 148.33 | 73.64 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 52 | 0 | 0.08 | 0.69 | 0.33 | 52.88 | 0.53 | 0.44 |
| Hex | AA | 9C | 34 | 0 | 8 | 45 | 21 | 35 | 35 | 2C |
| Octal | 252 | 234 | 64 | 0 | 10 | 105 | 41 | 65 | 65 | 54 |
| Binary | 10101010 | 10011100 | 110100 | 0 | 1000 | 1000101 | 100001 | 110101 | 110101 | 101100 |
Color Harmonies of #AA9C34
Complementary color
Monochromatic Colors of #AA9C34
Black with #AA9C34
Text Example
Text Example
White with #AA9C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C34; }
p { color: rgb(170,156,52); }
H1.HeaderClassName
{
color: #AA9C34;
}
.AnyTagClassName
{
color: #AA9C34;
}
</style>
background-color css
<style>
a { background-color: #AA9C34; }
a { background-color: rgb(170,156,52); }
div.DivClassName
{
background-color: #AA9C34;
}
.BgClassName
{
background-color: #AA9C34;
}
</style>
border-color css
<style>
span { border-color: #AA9C34; }
span { border-color: rgb(170,156,52); }
td.TdClassName
{
border-color: #AA9C34;
}
.TagClassName
{
border-color: #AA9C34;
}
</style>