Shades of Dark Goldenrod #AE860A
Tints of Dark Goldenrod #AE860A
RGB
CMYK
RGB Variations
Color information
#AE860A (or 0xAE860A) is known color: Dark Goldenrod. HEX triplet: AE, 86 and 0A. RGB value is (174,134,10). Sum of RGB (Red+Green+Blue) = 174+134+10=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE860A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE860A is #5179F5. Grayscale: #848484. Windows color (decimal): -5339638 or 689838. OLE color: 689838.
HSL color Cylindrical-coordinate representation of color #AE860A: hue angle of 45.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE860A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 134 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.32 |
| HSL | 45.37º | 0.89% | 0.36% | - |
| HSV(B) | 45.37º | 0.94% | 0.68% | - |
| XYZ | 26.04 | 26.07 | 3.95 | - |
| YUV | 131.82 | 59.25 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 134 | 10 | 0 | 0.23 | 0.94 | 0.32 | 45.37 | 0.89 | 0.36 |
| Hex | AE | 86 | A | 0 | 17 | 5E | 20 | 2D | 59 | 24 |
| Octal | 256 | 206 | 12 | 0 | 27 | 136 | 40 | 55 | 131 | 44 |
| Binary | 10101110 | 10000110 | 1010 | 0 | 10111 | 1011110 | 100000 | 101101 | 1011001 | 100100 |
Color Harmonies of #AE860A
Complementary color
Monochromatic Colors of #AE860A
Black with #AE860A
Text Example
Text Example
White with #AE860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE860A; }
p { color: rgb(174,134,10); }
H1.HeaderClassName
{
color: #AE860A;
}
.AnyTagClassName
{
color: #AE860A;
}
</style>
background-color css
<style>
a { background-color: #AE860A; }
a { background-color: rgb(174,134,10); }
div.DivClassName
{
background-color: #AE860A;
}
.BgClassName
{
background-color: #AE860A;
}
</style>
border-color css
<style>
span { border-color: #AE860A; }
span { border-color: rgb(174,134,10); }
td.TdClassName
{
border-color: #AE860A;
}
.TagClassName
{
border-color: #AE860A;
}
</style>