Shades of Dark Goldenrod #AA7710
Tints of Dark Goldenrod #AA7710
RGB
CMYK
RGB Variations
Color information
#AA7710 (or 0xAA7710) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 10. RGB value is (170,119,16). Sum of RGB (Red+Green+Blue) = 170+119+16=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7710 is #5588EF. Grayscale: #7A7A7A. Windows color (decimal): -5605616 or 1079210. OLE color: 1079210.
HSL color Cylindrical-coordinate representation of color #AA7710: hue angle of 40.13º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA7710 is Cyan = 0, Magento = 0.3, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 16 | - |
| CMYK | 0 | 0.3 | 0.91 | 0.33 |
| HSL | 40.13º | 0.83% | 0.36% | - |
| HSV(B) | 40.13º | 0.91% | 0.67% | - |
| XYZ | 23.27 | 21.78 | 3.47 | - |
| YUV | 122.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 16 | 0 | 0.3 | 0.91 | 0.33 | 40.13 | 0.83 | 0.36 |
| Hex | AA | 77 | 10 | 0 | 1E | 5B | 21 | 28 | 53 | 24 |
| Octal | 252 | 167 | 20 | 0 | 36 | 133 | 41 | 50 | 123 | 44 |
| Binary | 10101010 | 1110111 | 10000 | 0 | 11110 | 1011011 | 100001 | 101000 | 1010011 | 100100 |
Color Harmonies of #AA7710
Complementary color
Monochromatic Colors of #AA7710
Black with #AA7710
Text Example
Text Example
White with #AA7710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7710; }
p { color: rgb(170,119,16); }
H1.HeaderClassName
{
color: #AA7710;
}
.AnyTagClassName
{
color: #AA7710;
}
</style>
background-color css
<style>
a { background-color: #AA7710; }
a { background-color: rgb(170,119,16); }
div.DivClassName
{
background-color: #AA7710;
}
.BgClassName
{
background-color: #AA7710;
}
</style>
border-color css
<style>
span { border-color: #AA7710; }
span { border-color: rgb(170,119,16); }
td.TdClassName
{
border-color: #AA7710;
}
.TagClassName
{
border-color: #AA7710;
}
</style>