Shades of Dark Goldenrod #AE8D11
Tints of Dark Goldenrod #AE8D11
RGB
CMYK
RGB Variations
Color information
#AE8D11 (or 0xAE8D11) is known color: Dark Goldenrod. HEX triplet: AE, 8D and 11. RGB value is (174,141,17). Sum of RGB (Red+Green+Blue) = 174+141+17=332 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.41% from 332); Green value is 141 (55.47% from 255 or 42.47% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8D11 is #5172EE. Grayscale: #898989. Windows color (decimal): -5337839 or 1150382. OLE color: 1150382.
HSL color Cylindrical-coordinate representation of color #AE8D11: hue angle of 47.39º 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 #AE8D11 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 141 | 17 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.32 |
| HSL | 47.39º | 0.82% | 0.37% | - |
| HSV(B) | 47.39º | 0.9% | 0.68% | - |
| XYZ | 27.08 | 28.09 | 4.52 | - |
| YUV | 136.73 | 60.43 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 141 | 17 | 0 | 0.19 | 0.90 | 0.32 | 47.39 | 0.82 | 0.37 |
| Hex | AE | 8D | 11 | 0 | 13 | 5A | 20 | 2F | 52 | 25 |
| Octal | 256 | 215 | 21 | 0 | 23 | 132 | 40 | 57 | 122 | 45 |
| Binary | 10101110 | 10001101 | 10001 | 0 | 10011 | 1011010 | 100000 | 101111 | 1010010 | 100101 |
Color Harmonies of #AE8D11
Complementary color
Monochromatic Colors of #AE8D11
Black with #AE8D11
Text Example
Text Example
White with #AE8D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8D11; }
p { color: rgb(174,141,17); }
H1.HeaderClassName
{
color: #AE8D11;
}
.AnyTagClassName
{
color: #AE8D11;
}
</style>
background-color css
<style>
a { background-color: #AE8D11; }
a { background-color: rgb(174,141,17); }
div.DivClassName
{
background-color: #AE8D11;
}
.BgClassName
{
background-color: #AE8D11;
}
</style>
border-color css
<style>
span { border-color: #AE8D11; }
span { border-color: rgb(174,141,17); }
td.TdClassName
{
border-color: #AE8D11;
}
.TagClassName
{
border-color: #AE8D11;
}
</style>