Shades of Dark Goldenrod #AA860D
Tints of Dark Goldenrod #AA860D
RGB
CMYK
RGB Variations
Color information
#AA860D (or 0xAA860D) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 0D. RGB value is (170,134,13). Sum of RGB (Red+Green+Blue) = 170+134+13=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA860D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA860D is #5579F2. Grayscale: #838383. Windows color (decimal): -5601779 or 886442. OLE color: 886442.
HSL color Cylindrical-coordinate representation of color #AA860D: hue angle of 46.24º 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 #AA860D is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 13 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.33 |
| HSL | 46.24º | 0.86% | 0.36% | - |
| HSV(B) | 46.24º | 0.92% | 0.67% | - |
| XYZ | 25.18 | 25.63 | 4 | - |
| YUV | 130.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 13 | 0 | 0.21 | 0.92 | 0.33 | 46.24 | 0.86 | 0.36 |
| Hex | AA | 86 | D | 0 | 15 | 5C | 21 | 2E | 56 | 24 |
| Octal | 252 | 206 | 15 | 0 | 25 | 134 | 41 | 56 | 126 | 44 |
| Binary | 10101010 | 10000110 | 1101 | 0 | 10101 | 1011100 | 100001 | 101110 | 1010110 | 100100 |
Color Harmonies of #AA860D
Complementary color
Monochromatic Colors of #AA860D
Black with #AA860D
Text Example
Text Example
White with #AA860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA860D; }
p { color: rgb(170,134,13); }
H1.HeaderClassName
{
color: #AA860D;
}
.AnyTagClassName
{
color: #AA860D;
}
</style>
background-color css
<style>
a { background-color: #AA860D; }
a { background-color: rgb(170,134,13); }
div.DivClassName
{
background-color: #AA860D;
}
.BgClassName
{
background-color: #AA860D;
}
</style>
border-color css
<style>
span { border-color: #AA860D; }
span { border-color: rgb(170,134,13); }
td.TdClassName
{
border-color: #AA860D;
}
.TagClassName
{
border-color: #AA860D;
}
</style>