Shades of Dark Goldenrod #AA880D
Tints of Dark Goldenrod #AA880D
RGB
CMYK
RGB Variations
Color information
#AA880D (or 0xAA880D) is known color: Dark Goldenrod. HEX triplet: AA, 88 and 0D. RGB value is (170,136,13). Sum of RGB (Red+Green+Blue) = 170+136+13=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA880D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA880D is #5577F2. Grayscale: #848484. Windows color (decimal): -5601267 or 886954. OLE color: 886954.
HSL color Cylindrical-coordinate representation of color #AA880D: hue angle of 47.01º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA880D is Cyan = 0, Magento = 0.20, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 136 | 13 | - |
| CMYK | 0 | 0.20 | 0.92 | 0.33 |
| HSL | 47.01º | 0.86% | 0.36% | - |
| HSV(B) | 47.01º | 0.92% | 0.67% | - |
| XYZ | 25.45 | 26.18 | 4.09 | - |
| YUV | 132.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 136 | 13 | 0 | 0.20 | 0.92 | 0.33 | 47.01 | 0.86 | 0.36 |
| Hex | AA | 88 | D | 0 | 14 | 5C | 21 | 2F | 56 | 24 |
| Octal | 252 | 210 | 15 | 0 | 24 | 134 | 41 | 57 | 126 | 44 |
| Binary | 10101010 | 10001000 | 1101 | 0 | 10100 | 1011100 | 100001 | 101111 | 1010110 | 100100 |
Color Harmonies of #AA880D
Complementary color
Monochromatic Colors of #AA880D
Black with #AA880D
Text Example
Text Example
White with #AA880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA880D; }
p { color: rgb(170,136,13); }
H1.HeaderClassName
{
color: #AA880D;
}
.AnyTagClassName
{
color: #AA880D;
}
</style>
background-color css
<style>
a { background-color: #AA880D; }
a { background-color: rgb(170,136,13); }
div.DivClassName
{
background-color: #AA880D;
}
.BgClassName
{
background-color: #AA880D;
}
</style>
border-color css
<style>
span { border-color: #AA880D; }
span { border-color: rgb(170,136,13); }
td.TdClassName
{
border-color: #AA880D;
}
.TagClassName
{
border-color: #AA880D;
}
</style>