Shades of Dark Goldenrod #AA8010
Tints of Dark Goldenrod #AA8010
RGB
CMYK
RGB Variations
Color information
#AA8010 (or 0xAA8010) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 10. RGB value is (170,128,16). Sum of RGB (Red+Green+Blue) = 170+128+16=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8010 is #557FEF. Grayscale: #808080. Windows color (decimal): -5603312 or 1081514. OLE color: 1081514.
HSL color Cylindrical-coordinate representation of color #AA8010: hue angle of 43.64º 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 #AA8010 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 16 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.33 |
| HSL | 43.64º | 0.83% | 0.36% | - |
| HSV(B) | 43.64º | 0.91% | 0.67% | - |
| XYZ | 24.39 | 24.02 | 3.84 | - |
| YUV | 127.79 | 64.91 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 16 | 0 | 0.25 | 0.91 | 0.33 | 43.64 | 0.83 | 0.36 |
| Hex | AA | 80 | 10 | 0 | 19 | 5B | 21 | 2C | 53 | 24 |
| Octal | 252 | 200 | 20 | 0 | 31 | 133 | 41 | 54 | 123 | 44 |
| Binary | 10101010 | 10000000 | 10000 | 0 | 11001 | 1011011 | 100001 | 101100 | 1010011 | 100100 |
Color Harmonies of #AA8010
Complementary color
Monochromatic Colors of #AA8010
Black with #AA8010
Text Example
Text Example
White with #AA8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8010; }
p { color: rgb(170,128,16); }
H1.HeaderClassName
{
color: #AA8010;
}
.AnyTagClassName
{
color: #AA8010;
}
</style>
background-color css
<style>
a { background-color: #AA8010; }
a { background-color: rgb(170,128,16); }
div.DivClassName
{
background-color: #AA8010;
}
.BgClassName
{
background-color: #AA8010;
}
</style>
border-color css
<style>
span { border-color: #AA8010; }
span { border-color: rgb(170,128,16); }
td.TdClassName
{
border-color: #AA8010;
}
.TagClassName
{
border-color: #AA8010;
}
</style>