Shades of Dark Goldenrod #AA8110
Tints of Dark Goldenrod #AA8110
RGB
CMYK
RGB Variations
Color information
#AA8110 (or 0xAA8110) is known color: Dark Goldenrod. HEX triplet: AA, 81 and 10. RGB value is (170,129,16). Sum of RGB (Red+Green+Blue) = 170+129+16=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8110 is #557EEF. Grayscale: #808080. Windows color (decimal): -5603056 or 1081770. OLE color: 1081770.
HSL color Cylindrical-coordinate representation of color #AA8110: hue angle of 44.03º 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 #AA8110 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 129 | 16 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.33 |
| HSL | 44.03º | 0.83% | 0.36% | - |
| HSV(B) | 44.03º | 0.91% | 0.67% | - |
| XYZ | 24.52 | 24.28 | 3.89 | - |
| YUV | 128.38 | 64.58 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 16 | 0 | 0.24 | 0.91 | 0.33 | 44.03 | 0.83 | 0.36 |
| Hex | AA | 81 | 10 | 0 | 18 | 5B | 21 | 2C | 53 | 24 |
| Octal | 252 | 201 | 20 | 0 | 30 | 133 | 41 | 54 | 123 | 44 |
| Binary | 10101010 | 10000001 | 10000 | 0 | 11000 | 1011011 | 100001 | 101100 | 1010011 | 100100 |
Color Harmonies of #AA8110
Complementary color
Monochromatic Colors of #AA8110
Black with #AA8110
Text Example
Text Example
White with #AA8110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8110; }
p { color: rgb(170,129,16); }
H1.HeaderClassName
{
color: #AA8110;
}
.AnyTagClassName
{
color: #AA8110;
}
</style>
background-color css
<style>
a { background-color: #AA8110; }
a { background-color: rgb(170,129,16); }
div.DivClassName
{
background-color: #AA8110;
}
.BgClassName
{
background-color: #AA8110;
}
</style>
border-color css
<style>
span { border-color: #AA8110; }
span { border-color: rgb(170,129,16); }
td.TdClassName
{
border-color: #AA8110;
}
.TagClassName
{
border-color: #AA8110;
}
</style>