Shades of Dark Goldenrod #AA860C
Tints of Dark Goldenrod #AA860C
RGB
CMYK
RGB Variations
Color information
#AA860C (or 0xAA860C) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 0C. RGB value is (170,134,12). Sum of RGB (Red+Green+Blue) = 170+134+12=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA860C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA860C is #5579F3. Grayscale: #838383. Windows color (decimal): -5601780 or 820906. OLE color: 820906.
HSL color Cylindrical-coordinate representation of color #AA860C: hue angle of 46.33º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA860C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 12 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.33 |
| HSL | 46.33º | 0.87% | 0.36% | - |
| HSV(B) | 46.33º | 0.93% | 0.67% | - |
| XYZ | 25.17 | 25.62 | 3.97 | - |
| YUV | 130.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 12 | 0 | 0.21 | 0.93 | 0.33 | 46.33 | 0.87 | 0.36 |
| Hex | AA | 86 | C | 0 | 15 | 5D | 21 | 2E | 57 | 24 |
| Octal | 252 | 206 | 14 | 0 | 25 | 135 | 41 | 56 | 127 | 44 |
| Binary | 10101010 | 10000110 | 1100 | 0 | 10101 | 1011101 | 100001 | 101110 | 1010111 | 100100 |
Color Harmonies of #AA860C
Complementary color
Monochromatic Colors of #AA860C
Black with #AA860C
Text Example
Text Example
White with #AA860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA860C; }
p { color: rgb(170,134,12); }
H1.HeaderClassName
{
color: #AA860C;
}
.AnyTagClassName
{
color: #AA860C;
}
</style>
background-color css
<style>
a { background-color: #AA860C; }
a { background-color: rgb(170,134,12); }
div.DivClassName
{
background-color: #AA860C;
}
.BgClassName
{
background-color: #AA860C;
}
</style>
border-color css
<style>
span { border-color: #AA860C; }
span { border-color: rgb(170,134,12); }
td.TdClassName
{
border-color: #AA860C;
}
.TagClassName
{
border-color: #AA860C;
}
</style>