Shades of Dark Goldenrod #AE8117
Tints of Dark Goldenrod #AE8117
RGB
CMYK
RGB Variations
Color information
#AE8117 (or 0xAE8117) is known color: Dark Goldenrod. HEX triplet: AE, 81 and 17. RGB value is (174,129,23). Sum of RGB (Red+Green+Blue) = 174+129+23=326 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.37% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8117 is #517EE8. Grayscale: #828282. Windows color (decimal): -5340905 or 1540526. OLE color: 1540526.
HSL color Cylindrical-coordinate representation of color #AE8117: hue angle of 42.12º 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 #AE8117 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 23 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.32 |
| HSL | 42.12º | 0.77% | 0.39% | - |
| HSV(B) | 42.12º | 0.87% | 0.68% | - |
| XYZ | 25.46 | 24.76 | 4.25 | - |
| YUV | 130.37 | 67.41 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 23 | 0 | 0.26 | 0.87 | 0.32 | 42.12 | 0.77 | 0.39 |
| Hex | AE | 81 | 17 | 0 | 1A | 57 | 20 | 2A | 4D | 27 |
| Octal | 256 | 201 | 27 | 0 | 32 | 127 | 40 | 52 | 115 | 47 |
| Binary | 10101110 | 10000001 | 10111 | 0 | 11010 | 1010111 | 100000 | 101010 | 1001101 | 100111 |
Color Harmonies of #AE8117
Complementary color
Monochromatic Colors of #AE8117
Black with #AE8117
Text Example
Text Example
White with #AE8117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8117; }
p { color: rgb(174,129,23); }
H1.HeaderClassName
{
color: #AE8117;
}
.AnyTagClassName
{
color: #AE8117;
}
</style>
background-color css
<style>
a { background-color: #AE8117; }
a { background-color: rgb(174,129,23); }
div.DivClassName
{
background-color: #AE8117;
}
.BgClassName
{
background-color: #AE8117;
}
</style>
border-color css
<style>
span { border-color: #AE8117; }
span { border-color: rgb(174,129,23); }
td.TdClassName
{
border-color: #AE8117;
}
.TagClassName
{
border-color: #AE8117;
}
</style>