Shades of Reef Gold #AA9633
Tints of Reef Gold #AA9633
RGB
CMYK
RGB Variations
Color information
#AA9633 (or 0xAA9633) is known color: Reef Gold. HEX triplet: AA, 96 and 33. RGB value is (170,150,51). Sum of RGB (Red+Green+Blue) = 170+150+51=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9633 is #5569CC. Grayscale: #919191. Windows color (decimal): -5597645 or 3380906. OLE color: 3380906.
HSL color Cylindrical-coordinate representation of color #AA9633: hue angle of 49.92º 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 #AA9633 is Cyan = 0, Magento = 0.12, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 150 | 51 | - |
| CMYK | 0 | 0.12 | 0.7 | 0.33 |
| HSL | 49.92º | 0.54% | 0.43% | - |
| HSV(B) | 49.92º | 0.7% | 0.67% | - |
| XYZ | 28.08 | 30.6 | 7.56 | - |
| YUV | 144.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 150 | 51 | 0 | 0.12 | 0.7 | 0.33 | 49.92 | 0.54 | 0.43 |
| Hex | AA | 96 | 33 | 0 | C | 46 | 21 | 32 | 36 | 2B |
| Octal | 252 | 226 | 63 | 0 | 14 | 106 | 41 | 62 | 66 | 53 |
| Binary | 10101010 | 10010110 | 110011 | 0 | 1100 | 1000110 | 100001 | 110010 | 110110 | 101011 |
Color Harmonies of #AA9633
Complementary color
Monochromatic Colors of #AA9633
Black with #AA9633
Text Example
Text Example
White with #AA9633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9633; }
p { color: rgb(170,150,51); }
H1.HeaderClassName
{
color: #AA9633;
}
.AnyTagClassName
{
color: #AA9633;
}
</style>
background-color css
<style>
a { background-color: #AA9633; }
a { background-color: rgb(170,150,51); }
div.DivClassName
{
background-color: #AA9633;
}
.BgClassName
{
background-color: #AA9633;
}
</style>
border-color css
<style>
span { border-color: #AA9633; }
span { border-color: rgb(170,150,51); }
td.TdClassName
{
border-color: #AA9633;
}
.TagClassName
{
border-color: #AA9633;
}
</style>