Shades of Dark Goldenrod #AE8411
Tints of Dark Goldenrod #AE8411
RGB
CMYK
RGB Variations
Color information
#AE8411 (or 0xAE8411) is known color: Dark Goldenrod. HEX triplet: AE, 84 and 11. RGB value is (174,132,17). Sum of RGB (Red+Green+Blue) = 174+132+17=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8411 is #517BEE. Grayscale: #838383. Windows color (decimal): -5340143 or 1148078. OLE color: 1148078.
HSL color Cylindrical-coordinate representation of color #AE8411: hue angle of 43.95º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE8411 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 132 | 17 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.32 |
| HSL | 43.95º | 0.82% | 0.37% | - |
| HSV(B) | 43.95º | 0.9% | 0.68% | - |
| XYZ | 25.81 | 25.54 | 4.1 | - |
| YUV | 131.45 | 63.41 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 132 | 17 | 0 | 0.24 | 0.90 | 0.32 | 43.95 | 0.82 | 0.37 |
| Hex | AE | 84 | 11 | 0 | 18 | 5A | 20 | 2C | 52 | 25 |
| Octal | 256 | 204 | 21 | 0 | 30 | 132 | 40 | 54 | 122 | 45 |
| Binary | 10101110 | 10000100 | 10001 | 0 | 11000 | 1011010 | 100000 | 101100 | 1010010 | 100101 |
Color Harmonies of #AE8411
Complementary color
Monochromatic Colors of #AE8411
Black with #AE8411
Text Example
Text Example
White with #AE8411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8411; }
p { color: rgb(174,132,17); }
H1.HeaderClassName
{
color: #AE8411;
}
.AnyTagClassName
{
color: #AE8411;
}
</style>
background-color css
<style>
a { background-color: #AE8411; }
a { background-color: rgb(174,132,17); }
div.DivClassName
{
background-color: #AE8411;
}
.BgClassName
{
background-color: #AE8411;
}
</style>
border-color css
<style>
span { border-color: #AE8411; }
span { border-color: rgb(174,132,17); }
td.TdClassName
{
border-color: #AE8411;
}
.TagClassName
{
border-color: #AE8411;
}
</style>