Shades of Dark Goldenrod #AE710A
Tints of Dark Goldenrod #AE710A
RGB
CMYK
RGB Variations
Color information
#AE710A (or 0xAE710A) is known color: Dark Goldenrod. HEX triplet: AE, 71 and 0A. RGB value is (174,113,10). Sum of RGB (Red+Green+Blue) = 174+113+10=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE710A is #518EF5. Grayscale: #777777. Windows color (decimal): -5345014 or 684462. OLE color: 684462.
HSL color Cylindrical-coordinate representation of color #AE710A: hue angle of 37.68º 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 #AE710A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 113 | 10 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.32 |
| HSL | 37.68º | 0.89% | 0.36% | - |
| HSV(B) | 37.68º | 0.94% | 0.68% | - |
| XYZ | 23.42 | 20.83 | 3.07 | - |
| YUV | 119.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 113 | 10 | 0 | 0.35 | 0.94 | 0.32 | 37.68 | 0.89 | 0.36 |
| Hex | AE | 71 | A | 0 | 23 | 5E | 20 | 26 | 59 | 24 |
| Octal | 256 | 161 | 12 | 0 | 43 | 136 | 40 | 46 | 131 | 44 |
| Binary | 10101110 | 1110001 | 1010 | 0 | 100011 | 1011110 | 100000 | 100110 | 1011001 | 100100 |
Color Harmonies of #AE710A
Complementary color
Monochromatic Colors of #AE710A
Black with #AE710A
Text Example
Text Example
White with #AE710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE710A; }
p { color: rgb(174,113,10); }
H1.HeaderClassName
{
color: #AE710A;
}
.AnyTagClassName
{
color: #AE710A;
}
</style>
background-color css
<style>
a { background-color: #AE710A; }
a { background-color: rgb(174,113,10); }
div.DivClassName
{
background-color: #AE710A;
}
.BgClassName
{
background-color: #AE710A;
}
</style>
border-color css
<style>
span { border-color: #AE710A; }
span { border-color: rgb(174,113,10); }
td.TdClassName
{
border-color: #AE710A;
}
.TagClassName
{
border-color: #AE710A;
}
</style>