Shades of Reef Gold #AA9933
Tints of Reef Gold #AA9933
RGB
CMYK
RGB Variations
Color information
#AA9933 (or 0xAA9933) is known color: Reef Gold. HEX triplet: AA, 99 and 33. RGB value is (170,153,51). Sum of RGB (Red+Green+Blue) = 170+153+51=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9933 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9933 is #5566CC. Grayscale: #929292. Windows color (decimal): -5596877 or 3381674. OLE color: 3381674.
HSL color Cylindrical-coordinate representation of color #AA9933: hue angle of 51.43º 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 #AA9933 is Cyan = 0, Magento = 0.1, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 153 | 51 | - |
| CMYK | 0 | 0.1 | 0.7 | 0.33 |
| HSL | 51.43º | 0.54% | 0.43% | - |
| HSV(B) | 51.43º | 0.7% | 0.67% | - |
| XYZ | 28.57 | 31.57 | 7.72 | - |
| YUV | 146.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 153 | 51 | 0 | 0.1 | 0.7 | 0.33 | 51.43 | 0.54 | 0.43 |
| Hex | AA | 99 | 33 | 0 | A | 46 | 21 | 33 | 36 | 2B |
| Octal | 252 | 231 | 63 | 0 | 12 | 106 | 41 | 63 | 66 | 53 |
| Binary | 10101010 | 10011001 | 110011 | 0 | 1010 | 1000110 | 100001 | 110011 | 110110 | 101011 |
Color Harmonies of #AA9933
Complementary color
Monochromatic Colors of #AA9933
Black with #AA9933
Text Example
Text Example
White with #AA9933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9933; }
p { color: rgb(170,153,51); }
H1.HeaderClassName
{
color: #AA9933;
}
.AnyTagClassName
{
color: #AA9933;
}
</style>
background-color css
<style>
a { background-color: #AA9933; }
a { background-color: rgb(170,153,51); }
div.DivClassName
{
background-color: #AA9933;
}
.BgClassName
{
background-color: #AA9933;
}
</style>
border-color css
<style>
span { border-color: #AA9933; }
span { border-color: rgb(170,153,51); }
td.TdClassName
{
border-color: #AA9933;
}
.TagClassName
{
border-color: #AA9933;
}
</style>