Shades of Dark Goldenrod #AE720D
Tints of Dark Goldenrod #AE720D
RGB
CMYK
RGB Variations
Color information
#AE720D (or 0xAE720D) is known color: Dark Goldenrod. HEX triplet: AE, 72 and 0D. RGB value is (174,114,13). Sum of RGB (Red+Green+Blue) = 174+114+13=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 13 (5.47% from 255 or 4.32% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE720D is #518DF2. Grayscale: #787878. Windows color (decimal): -5344755 or 881326. OLE color: 881326.
HSL color Cylindrical-coordinate representation of color #AE720D: hue angle of 37.64º 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 #AE720D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 114 | 13 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.32 |
| HSL | 37.64º | 0.86% | 0.37% | - |
| HSV(B) | 37.64º | 0.93% | 0.68% | - |
| XYZ | 23.55 | 21.06 | 3.21 | - |
| YUV | 120.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 114 | 13 | 0 | 0.34 | 0.93 | 0.32 | 37.64 | 0.86 | 0.37 |
| Hex | AE | 72 | D | 0 | 22 | 5D | 20 | 26 | 56 | 25 |
| Octal | 256 | 162 | 15 | 0 | 42 | 135 | 40 | 46 | 126 | 45 |
| Binary | 10101110 | 1110010 | 1101 | 0 | 100010 | 1011101 | 100000 | 100110 | 1010110 | 100101 |
Color Harmonies of #AE720D
Complementary color
Monochromatic Colors of #AE720D
Black with #AE720D
Text Example
Text Example
White with #AE720D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE720D; }
p { color: rgb(174,114,13); }
H1.HeaderClassName
{
color: #AE720D;
}
.AnyTagClassName
{
color: #AE720D;
}
</style>
background-color css
<style>
a { background-color: #AE720D; }
a { background-color: rgb(174,114,13); }
div.DivClassName
{
background-color: #AE720D;
}
.BgClassName
{
background-color: #AE720D;
}
</style>
border-color css
<style>
span { border-color: #AE720D; }
span { border-color: rgb(174,114,13); }
td.TdClassName
{
border-color: #AE720D;
}
.TagClassName
{
border-color: #AE720D;
}
</style>