Shades of Dark Goldenrod #AA860B
Tints of Dark Goldenrod #AA860B
RGB
CMYK
RGB Variations
Color information
#AA860B (or 0xAA860B) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 0B. RGB value is (170,134,11). Sum of RGB (Red+Green+Blue) = 170+134+11=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA860B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA860B is #5579F4. Grayscale: #838383. Windows color (decimal): -5601781 or 755370. OLE color: 755370.
HSL color Cylindrical-coordinate representation of color #AA860B: hue angle of 46.42º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA860B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.33 |
| HSL | 46.42º | 0.88% | 0.35% | - |
| HSV(B) | 46.42º | 0.94% | 0.67% | - |
| XYZ | 25.16 | 25.62 | 3.94 | - |
| YUV | 130.74 | 60.43 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 11 | 0 | 0.21 | 0.94 | 0.33 | 46.42 | 0.88 | 0.35 |
| Hex | AA | 86 | B | 0 | 15 | 5E | 21 | 2E | 58 | 23 |
| Octal | 252 | 206 | 13 | 0 | 25 | 136 | 41 | 56 | 130 | 43 |
| Binary | 10101010 | 10000110 | 1011 | 0 | 10101 | 1011110 | 100001 | 101110 | 1011000 | 100011 |
Color Harmonies of #AA860B
Complementary color
Monochromatic Colors of #AA860B
Black with #AA860B
Text Example
Text Example
White with #AA860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA860B; }
p { color: rgb(170,134,11); }
H1.HeaderClassName
{
color: #AA860B;
}
.AnyTagClassName
{
color: #AA860B;
}
</style>
background-color css
<style>
a { background-color: #AA860B; }
a { background-color: rgb(170,134,11); }
div.DivClassName
{
background-color: #AA860B;
}
.BgClassName
{
background-color: #AA860B;
}
</style>
border-color css
<style>
span { border-color: #AA860B; }
span { border-color: rgb(170,134,11); }
td.TdClassName
{
border-color: #AA860B;
}
.TagClassName
{
border-color: #AA860B;
}
</style>