Shades of Reef Gold #AA9733
Tints of Reef Gold #AA9733
RGB
CMYK
RGB Variations
Color information
#AA9733 (or 0xAA9733) is known color: Reef Gold. HEX triplet: AA, 97 and 33. RGB value is (170,151,51). Sum of RGB (Red+Green+Blue) = 170+151+51=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9733 is #5568CC. Grayscale: #919191. Windows color (decimal): -5597389 or 3381162. OLE color: 3381162.
HSL color Cylindrical-coordinate representation of color #AA9733: hue angle of 50.42º 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 #AA9733 is Cyan = 0, Magento = 0.11, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 51 | - |
| CMYK | 0 | 0.11 | 0.7 | 0.33 |
| HSL | 50.42º | 0.54% | 0.43% | - |
| HSV(B) | 50.42º | 0.7% | 0.67% | - |
| XYZ | 28.24 | 30.92 | 7.61 | - |
| YUV | 145.28 | 74.79 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 51 | 0 | 0.11 | 0.7 | 0.33 | 50.42 | 0.54 | 0.43 |
| Hex | AA | 97 | 33 | 0 | B | 46 | 21 | 32 | 36 | 2B |
| Octal | 252 | 227 | 63 | 0 | 13 | 106 | 41 | 62 | 66 | 53 |
| Binary | 10101010 | 10010111 | 110011 | 0 | 1011 | 1000110 | 100001 | 110010 | 110110 | 101011 |
Color Harmonies of #AA9733
Complementary color
Monochromatic Colors of #AA9733
Black with #AA9733
Text Example
Text Example
White with #AA9733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9733; }
p { color: rgb(170,151,51); }
H1.HeaderClassName
{
color: #AA9733;
}
.AnyTagClassName
{
color: #AA9733;
}
</style>
background-color css
<style>
a { background-color: #AA9733; }
a { background-color: rgb(170,151,51); }
div.DivClassName
{
background-color: #AA9733;
}
.BgClassName
{
background-color: #AA9733;
}
</style>
border-color css
<style>
span { border-color: #AA9733; }
span { border-color: rgb(170,151,51); }
td.TdClassName
{
border-color: #AA9733;
}
.TagClassName
{
border-color: #AA9733;
}
</style>