Shades of Dark Goldenrod #AA860F
Tints of Dark Goldenrod #AA860F
RGB
CMYK
RGB Variations
Color information
#AA860F (or 0xAA860F) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 0F. RGB value is (170,134,15). Sum of RGB (Red+Green+Blue) = 170+134+15=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA860F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA860F is #5579F0. Grayscale: #838383. Windows color (decimal): -5601777 or 1017514. OLE color: 1017514.
HSL color Cylindrical-coordinate representation of color #AA860F: hue angle of 46.06º degrees, saturation: 0.84, 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 #AA860F is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 15 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.33 |
| HSL | 46.06º | 0.84% | 0.36% | - |
| HSV(B) | 46.06º | 0.91% | 0.67% | - |
| XYZ | 25.19 | 25.63 | 4.07 | - |
| YUV | 131.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 15 | 0 | 0.21 | 0.91 | 0.33 | 46.06 | 0.84 | 0.36 |
| Hex | AA | 86 | F | 0 | 15 | 5B | 21 | 2E | 54 | 24 |
| Octal | 252 | 206 | 17 | 0 | 25 | 133 | 41 | 56 | 124 | 44 |
| Binary | 10101010 | 10000110 | 1111 | 0 | 10101 | 1011011 | 100001 | 101110 | 1010100 | 100100 |
Color Harmonies of #AA860F
Complementary color
Monochromatic Colors of #AA860F
Black with #AA860F
Text Example
Text Example
White with #AA860F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA860F; }
p { color: rgb(170,134,15); }
H1.HeaderClassName
{
color: #AA860F;
}
.AnyTagClassName
{
color: #AA860F;
}
</style>
background-color css
<style>
a { background-color: #AA860F; }
a { background-color: rgb(170,134,15); }
div.DivClassName
{
background-color: #AA860F;
}
.BgClassName
{
background-color: #AA860F;
}
</style>
border-color css
<style>
span { border-color: #AA860F; }
span { border-color: rgb(170,134,15); }
td.TdClassName
{
border-color: #AA860F;
}
.TagClassName
{
border-color: #AA860F;
}
</style>