Shades of Dark Goldenrod #AE740D
Tints of Dark Goldenrod #AE740D
RGB
CMYK
RGB Variations
Color information
#AE740D (or 0xAE740D) is known color: Dark Goldenrod. HEX triplet: AE, 74 and 0D. RGB value is (174,116,13). Sum of RGB (Red+Green+Blue) = 174+116+13=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE740D is #518BF2. Grayscale: #7A7A7A. Windows color (decimal): -5344243 or 881838. OLE color: 881838.
HSL color Cylindrical-coordinate representation of color #AE740D: hue angle of 38.39º 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 #AE740D is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 116 | 13 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.32 |
| HSL | 38.39º | 0.86% | 0.37% | - |
| HSV(B) | 38.39º | 0.93% | 0.68% | - |
| XYZ | 23.77 | 21.52 | 3.28 | - |
| YUV | 121.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 116 | 13 | 0 | 0.33 | 0.93 | 0.32 | 38.39 | 0.86 | 0.37 |
| Hex | AE | 74 | D | 0 | 21 | 5D | 20 | 26 | 56 | 25 |
| Octal | 256 | 164 | 15 | 0 | 41 | 135 | 40 | 46 | 126 | 45 |
| Binary | 10101110 | 1110100 | 1101 | 0 | 100001 | 1011101 | 100000 | 100110 | 1010110 | 100101 |
Color Harmonies of #AE740D
Complementary color
Monochromatic Colors of #AE740D
Black with #AE740D
Text Example
Text Example
White with #AE740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE740D; }
p { color: rgb(174,116,13); }
H1.HeaderClassName
{
color: #AE740D;
}
.AnyTagClassName
{
color: #AE740D;
}
</style>
background-color css
<style>
a { background-color: #AE740D; }
a { background-color: rgb(174,116,13); }
div.DivClassName
{
background-color: #AE740D;
}
.BgClassName
{
background-color: #AE740D;
}
</style>
border-color css
<style>
span { border-color: #AE740D; }
span { border-color: rgb(174,116,13); }
td.TdClassName
{
border-color: #AE740D;
}
.TagClassName
{
border-color: #AE740D;
}
</style>