Shades of Reef Gold #AA9735
Tints of Reef Gold #AA9735
RGB
CMYK
RGB Variations
Color information
#AA9735 (or 0xAA9735) is known color: Reef Gold. HEX triplet: AA, 97 and 35. RGB value is (170,151,53). Sum of RGB (Red+Green+Blue) = 170+151+53=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9735 is #5568CA. Grayscale: #919191. Windows color (decimal): -5597387 or 3512234. OLE color: 3512234.
HSL color Cylindrical-coordinate representation of color #AA9735: hue angle of 50.26º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA9735 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 151 | 53 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.33 |
| HSL | 50.26º | 0.52% | 0.44% | - |
| HSV(B) | 50.26º | 0.69% | 0.67% | - |
| XYZ | 28.29 | 30.94 | 7.85 | - |
| YUV | 145.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 151 | 53 | 0 | 0.11 | 0.69 | 0.33 | 50.26 | 0.52 | 0.44 |
| Hex | AA | 97 | 35 | 0 | B | 45 | 21 | 32 | 34 | 2C |
| Octal | 252 | 227 | 65 | 0 | 13 | 105 | 41 | 62 | 64 | 54 |
| Binary | 10101010 | 10010111 | 110101 | 0 | 1011 | 1000101 | 100001 | 110010 | 110100 | 101100 |
Color Harmonies of #AA9735
Complementary color
Monochromatic Colors of #AA9735
Black with #AA9735
Text Example
Text Example
White with #AA9735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9735; }
p { color: rgb(170,151,53); }
H1.HeaderClassName
{
color: #AA9735;
}
.AnyTagClassName
{
color: #AA9735;
}
</style>
background-color css
<style>
a { background-color: #AA9735; }
a { background-color: rgb(170,151,53); }
div.DivClassName
{
background-color: #AA9735;
}
.BgClassName
{
background-color: #AA9735;
}
</style>
border-color css
<style>
span { border-color: #AA9735; }
span { border-color: rgb(170,151,53); }
td.TdClassName
{
border-color: #AA9735;
}
.TagClassName
{
border-color: #AA9735;
}
</style>