Shades of Dark Goldenrod #AA8610
Tints of Dark Goldenrod #AA8610
RGB
CMYK
RGB Variations
Color information
#AA8610 (or 0xAA8610) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 10. RGB value is (170,134,16). Sum of RGB (Red+Green+Blue) = 170+134+16=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8610 is #5579EF. Grayscale: #838383. Windows color (decimal): -5601776 or 1083050. OLE color: 1083050.
HSL color Cylindrical-coordinate representation of color #AA8610: hue angle of 45.97º 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 #AA8610 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 16 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.33 |
| HSL | 45.97º | 0.83% | 0.36% | - |
| HSV(B) | 45.97º | 0.91% | 0.67% | - |
| XYZ | 25.2 | 25.63 | 4.11 | - |
| YUV | 131.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 16 | 0 | 0.21 | 0.91 | 0.33 | 45.97 | 0.83 | 0.36 |
| Hex | AA | 86 | 10 | 0 | 15 | 5B | 21 | 2E | 53 | 24 |
| Octal | 252 | 206 | 20 | 0 | 25 | 133 | 41 | 56 | 123 | 44 |
| Binary | 10101010 | 10000110 | 10000 | 0 | 10101 | 1011011 | 100001 | 101110 | 1010011 | 100100 |
Color Harmonies of #AA8610
Complementary color
Monochromatic Colors of #AA8610
Black with #AA8610
Text Example
Text Example
White with #AA8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8610; }
p { color: rgb(170,134,16); }
H1.HeaderClassName
{
color: #AA8610;
}
.AnyTagClassName
{
color: #AA8610;
}
</style>
background-color css
<style>
a { background-color: #AA8610; }
a { background-color: rgb(170,134,16); }
div.DivClassName
{
background-color: #AA8610;
}
.BgClassName
{
background-color: #AA8610;
}
</style>
border-color css
<style>
span { border-color: #AA8610; }
span { border-color: rgb(170,134,16); }
td.TdClassName
{
border-color: #AA8610;
}
.TagClassName
{
border-color: #AA8610;
}
</style>