Shades of Dark Goldenrod #AE740E
Tints of Dark Goldenrod #AE740E
RGB
CMYK
RGB Variations
Color information
#AE740E (or 0xAE740E) is known color: Dark Goldenrod. HEX triplet: AE, 74 and 0E. RGB value is (174,116,14). Sum of RGB (Red+Green+Blue) = 174+116+14=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE740E is #518BF1. Grayscale: #7A7A7A. Windows color (decimal): -5344242 or 947374. OLE color: 947374.
HSL color Cylindrical-coordinate representation of color #AE740E: hue angle of 38.25º 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 #AE740E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 14 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.32 |
| HSL | 38.25º | 0.85% | 0.37% | - |
| HSV(B) | 38.25º | 0.92% | 0.68% | - |
| XYZ | 23.78 | 21.52 | 3.32 | - |
| YUV | 121.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 14 | 0 | 0.33 | 0.92 | 0.32 | 38.25 | 0.85 | 0.37 |
| Hex | AE | 74 | E | 0 | 21 | 5C | 20 | 26 | 55 | 25 |
| Octal | 256 | 164 | 16 | 0 | 41 | 134 | 40 | 46 | 125 | 45 |
| Binary | 10101110 | 1110100 | 1110 | 0 | 100001 | 1011100 | 100000 | 100110 | 1010101 | 100101 |
Color Harmonies of #AE740E
Complementary color
Monochromatic Colors of #AE740E
Black with #AE740E
Text Example
Text Example
White with #AE740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE740E; }
p { color: rgb(174,116,14); }
H1.HeaderClassName
{
color: #AE740E;
}
.AnyTagClassName
{
color: #AE740E;
}
</style>
background-color css
<style>
a { background-color: #AE740E; }
a { background-color: rgb(174,116,14); }
div.DivClassName
{
background-color: #AE740E;
}
.BgClassName
{
background-color: #AE740E;
}
</style>
border-color css
<style>
span { border-color: #AE740E; }
span { border-color: rgb(174,116,14); }
td.TdClassName
{
border-color: #AE740E;
}
.TagClassName
{
border-color: #AE740E;
}
</style>