Shades of Reef Gold #AA9739
Tints of Reef Gold #AA9739
RGB
CMYK
RGB Variations
Color information
#AA9739 (or 0xAA9739) is known color: Reef Gold. HEX triplet: AA, 97 and 39. RGB value is (170,151,57). Sum of RGB (Red+Green+Blue) = 170+151+57=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9739 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9739 is #5568C6. Grayscale: #929292. Windows color (decimal): -5597383 or 3774378. OLE color: 3774378.
HSL color Cylindrical-coordinate representation of color #AA9739: hue angle of 49.91º 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 #AA9739 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 57 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.33 |
| HSL | 49.91º | 0.5% | 0.45% | - |
| HSV(B) | 49.91º | 0.66% | 0.67% | - |
| XYZ | 28.38 | 30.97 | 8.35 | - |
| YUV | 145.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 57 | 0 | 0.11 | 0.66 | 0.33 | 49.91 | 0.5 | 0.45 |
| Hex | AA | 97 | 39 | 0 | B | 42 | 21 | 32 | 32 | 2D |
| Octal | 252 | 227 | 71 | 0 | 13 | 102 | 41 | 62 | 62 | 55 |
| Binary | 10101010 | 10010111 | 111001 | 0 | 1011 | 1000010 | 100001 | 110010 | 110010 | 101101 |
Color Harmonies of #AA9739
Complementary color
Monochromatic Colors of #AA9739
Black with #AA9739
Text Example
Text Example
White with #AA9739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9739; }
p { color: rgb(170,151,57); }
H1.HeaderClassName
{
color: #AA9739;
}
.AnyTagClassName
{
color: #AA9739;
}
</style>
background-color css
<style>
a { background-color: #AA9739; }
a { background-color: rgb(170,151,57); }
div.DivClassName
{
background-color: #AA9739;
}
.BgClassName
{
background-color: #AA9739;
}
</style>
border-color css
<style>
span { border-color: #AA9739; }
span { border-color: rgb(170,151,57); }
td.TdClassName
{
border-color: #AA9739;
}
.TagClassName
{
border-color: #AA9739;
}
</style>