Shades of Dark Goldenrod #AE710E
Tints of Dark Goldenrod #AE710E
RGB
CMYK
RGB Variations
Color information
#AE710E (or 0xAE710E) is known color: Dark Goldenrod. HEX triplet: AE, 71 and 0E. RGB value is (174,113,14). Sum of RGB (Red+Green+Blue) = 174+113+14=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE710E is #518EF1. Grayscale: #787878. Windows color (decimal): -5345010 or 946606. OLE color: 946606.
HSL color Cylindrical-coordinate representation of color #AE710E: hue angle of 37.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE710E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.32 |
| HSL | 37.13º | 0.85% | 0.37% | - |
| HSV(B) | 37.13º | 0.92% | 0.68% | - |
| XYZ | 23.44 | 20.84 | 3.2 | - |
| YUV | 119.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 14 | 0 | 0.35 | 0.92 | 0.32 | 37.13 | 0.85 | 0.37 |
| Hex | AE | 71 | E | 0 | 23 | 5C | 20 | 25 | 55 | 25 |
| Octal | 256 | 161 | 16 | 0 | 43 | 134 | 40 | 45 | 125 | 45 |
| Binary | 10101110 | 1110001 | 1110 | 0 | 100011 | 1011100 | 100000 | 100101 | 1010101 | 100101 |
Color Harmonies of #AE710E
Complementary color
Monochromatic Colors of #AE710E
Black with #AE710E
Text Example
Text Example
White with #AE710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE710E; }
p { color: rgb(174,113,14); }
H1.HeaderClassName
{
color: #AE710E;
}
.AnyTagClassName
{
color: #AE710E;
}
</style>
background-color css
<style>
a { background-color: #AE710E; }
a { background-color: rgb(174,113,14); }
div.DivClassName
{
background-color: #AE710E;
}
.BgClassName
{
background-color: #AE710E;
}
</style>
border-color css
<style>
span { border-color: #AE710E; }
span { border-color: rgb(174,113,14); }
td.TdClassName
{
border-color: #AE710E;
}
.TagClassName
{
border-color: #AE710E;
}
</style>