Shades of Reef Gold #AA9C33
Tints of Reef Gold #AA9C33
RGB
CMYK
RGB Variations
Color information
#AA9C33 (or 0xAA9C33) is known color: Reef Gold. HEX triplet: AA, 9C and 33. RGB value is (170,156,51). Sum of RGB (Red+Green+Blue) = 170+156+51=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C33 is #5563CC. Grayscale: #949494. Windows color (decimal): -5596109 or 3382442. OLE color: 3382442.
HSL color Cylindrical-coordinate representation of color #AA9C33: hue angle of 52.94º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA9C33 is Cyan = 0, Magento = 0.08, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 156 | 51 | - |
| CMYK | 0 | 0.08 | 0.7 | 0.33 |
| HSL | 52.94º | 0.54% | 0.43% | - |
| HSV(B) | 52.94º | 0.7% | 0.67% | - |
| XYZ | 29.06 | 32.56 | 7.89 | - |
| YUV | 148.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 156 | 51 | 0 | 0.08 | 0.7 | 0.33 | 52.94 | 0.54 | 0.43 |
| Hex | AA | 9C | 33 | 0 | 8 | 46 | 21 | 35 | 36 | 2B |
| Octal | 252 | 234 | 63 | 0 | 10 | 106 | 41 | 65 | 66 | 53 |
| Binary | 10101010 | 10011100 | 110011 | 0 | 1000 | 1000110 | 100001 | 110101 | 110110 | 101011 |
Color Harmonies of #AA9C33
Complementary color
Monochromatic Colors of #AA9C33
Black with #AA9C33
Text Example
Text Example
White with #AA9C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9C33; }
p { color: rgb(170,156,51); }
H1.HeaderClassName
{
color: #AA9C33;
}
.AnyTagClassName
{
color: #AA9C33;
}
</style>
background-color css
<style>
a { background-color: #AA9C33; }
a { background-color: rgb(170,156,51); }
div.DivClassName
{
background-color: #AA9C33;
}
.BgClassName
{
background-color: #AA9C33;
}
</style>
border-color css
<style>
span { border-color: #AA9C33; }
span { border-color: rgb(170,156,51); }
td.TdClassName
{
border-color: #AA9C33;
}
.TagClassName
{
border-color: #AA9C33;
}
</style>