Shades of Dark Goldenrod #AE710D
Tints of Dark Goldenrod #AE710D
RGB
CMYK
RGB Variations
Color information
#AE710D (or 0xAE710D) is known color: Dark Goldenrod. HEX triplet: AE, 71 and 0D. RGB value is (174,113,13). Sum of RGB (Red+Green+Blue) = 174+113+13=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE710D is #518EF2. Grayscale: #787878. Windows color (decimal): -5345011 or 881070. OLE color: 881070.
HSL color Cylindrical-coordinate representation of color #AE710D: hue angle of 37.27º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE710D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.32 |
| HSL | 37.27º | 0.86% | 0.37% | - |
| HSV(B) | 37.27º | 0.93% | 0.68% | - |
| XYZ | 23.43 | 20.84 | 3.17 | - |
| YUV | 119.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 13 | 0 | 0.35 | 0.93 | 0.32 | 37.27 | 0.86 | 0.37 |
| Hex | AE | 71 | D | 0 | 23 | 5D | 20 | 25 | 56 | 25 |
| Octal | 256 | 161 | 15 | 0 | 43 | 135 | 40 | 45 | 126 | 45 |
| Binary | 10101110 | 1110001 | 1101 | 0 | 100011 | 1011101 | 100000 | 100101 | 1010110 | 100101 |
Color Harmonies of #AE710D
Complementary color
Monochromatic Colors of #AE710D
Black with #AE710D
Text Example
Text Example
White with #AE710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE710D; }
p { color: rgb(174,113,13); }
H1.HeaderClassName
{
color: #AE710D;
}
.AnyTagClassName
{
color: #AE710D;
}
</style>
background-color css
<style>
a { background-color: #AE710D; }
a { background-color: rgb(174,113,13); }
div.DivClassName
{
background-color: #AE710D;
}
.BgClassName
{
background-color: #AE710D;
}
</style>
border-color css
<style>
span { border-color: #AE710D; }
span { border-color: rgb(174,113,13); }
td.TdClassName
{
border-color: #AE710D;
}
.TagClassName
{
border-color: #AE710D;
}
</style>