Shades of Dark Goldenrod #AE7D17
Tints of Dark Goldenrod #AE7D17
RGB
CMYK
RGB Variations
Color information
#AE7D17 (or 0xAE7D17) is known color: Dark Goldenrod. HEX triplet: AE, 7D and 17. RGB value is (174,125,23). Sum of RGB (Red+Green+Blue) = 174+125+23=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7D17 is #5182E8. Grayscale: #808080. Windows color (decimal): -5341929 or 1539502. OLE color: 1539502.
HSL color Cylindrical-coordinate representation of color #AE7D17: hue angle of 40.53º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE7D17 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 125 | 23 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.32 |
| HSL | 40.53º | 0.77% | 0.39% | - |
| HSV(B) | 40.53º | 0.87% | 0.68% | - |
| XYZ | 24.94 | 23.73 | 4.08 | - |
| YUV | 128.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 125 | 23 | 0 | 0.28 | 0.87 | 0.32 | 40.53 | 0.77 | 0.39 |
| Hex | AE | 7D | 17 | 0 | 1C | 57 | 20 | 29 | 4D | 27 |
| Octal | 256 | 175 | 27 | 0 | 34 | 127 | 40 | 51 | 115 | 47 |
| Binary | 10101110 | 1111101 | 10111 | 0 | 11100 | 1010111 | 100000 | 101001 | 1001101 | 100111 |
Color Harmonies of #AE7D17
Complementary color
Monochromatic Colors of #AE7D17
Black with #AE7D17
Text Example
Text Example
White with #AE7D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7D17; }
p { color: rgb(174,125,23); }
H1.HeaderClassName
{
color: #AE7D17;
}
.AnyTagClassName
{
color: #AE7D17;
}
</style>
background-color css
<style>
a { background-color: #AE7D17; }
a { background-color: rgb(174,125,23); }
div.DivClassName
{
background-color: #AE7D17;
}
.BgClassName
{
background-color: #AE7D17;
}
</style>
border-color css
<style>
span { border-color: #AE7D17; }
span { border-color: rgb(174,125,23); }
td.TdClassName
{
border-color: #AE7D17;
}
.TagClassName
{
border-color: #AE7D17;
}
</style>