Shades of Reef Gold #AA9039
Tints of Reef Gold #AA9039
RGB
CMYK
RGB Variations
Color information
#AA9039 (or 0xAA9039) is known color: Reef Gold. HEX triplet: AA, 90 and 39. RGB value is (170,144,57). Sum of RGB (Red+Green+Blue) = 170+144+57=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 57 (22.66% from 255 or 15.36% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9039 is #556FC6. Grayscale: #8E8E8E. Windows color (decimal): -5599175 or 3772586. OLE color: 3772586.
HSL color Cylindrical-coordinate representation of color #AA9039: hue angle of 46.19º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA9039 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 144 | 57 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.33 |
| HSL | 46.19º | 0.5% | 0.45% | - |
| HSV(B) | 46.19º | 0.66% | 0.67% | - |
| XYZ | 27.29 | 28.79 | 7.99 | - |
| YUV | 141.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 144 | 57 | 0 | 0.15 | 0.66 | 0.33 | 46.19 | 0.5 | 0.45 |
| Hex | AA | 90 | 39 | 0 | F | 42 | 21 | 2E | 32 | 2D |
| Octal | 252 | 220 | 71 | 0 | 17 | 102 | 41 | 56 | 62 | 55 |
| Binary | 10101010 | 10010000 | 111001 | 0 | 1111 | 1000010 | 100001 | 101110 | 110010 | 101101 |
Color Harmonies of #AA9039
Complementary color
Monochromatic Colors of #AA9039
Black with #AA9039
Text Example
Text Example
White with #AA9039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9039; }
p { color: rgb(170,144,57); }
H1.HeaderClassName
{
color: #AA9039;
}
.AnyTagClassName
{
color: #AA9039;
}
</style>
background-color css
<style>
a { background-color: #AA9039; }
a { background-color: rgb(170,144,57); }
div.DivClassName
{
background-color: #AA9039;
}
.BgClassName
{
background-color: #AA9039;
}
</style>
border-color css
<style>
span { border-color: #AA9039; }
span { border-color: rgb(170,144,57); }
td.TdClassName
{
border-color: #AA9039;
}
.TagClassName
{
border-color: #AA9039;
}
</style>