Shades of Dark Goldenrod #AE8512
Tints of Dark Goldenrod #AE8512
RGB
CMYK
RGB Variations
Color information
#AE8512 (or 0xAE8512) is known color: Dark Goldenrod. HEX triplet: AE, 85 and 12. RGB value is (174,133,18). Sum of RGB (Red+Green+Blue) = 174+133+18=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8512 is #517AED. Grayscale: #848484. Windows color (decimal): -5339886 or 1213870. OLE color: 1213870.
HSL color Cylindrical-coordinate representation of color #AE8512: hue angle of 44.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE8512 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 18 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.32 |
| HSL | 44.23º | 0.81% | 0.38% | - |
| HSV(B) | 44.23º | 0.9% | 0.68% | - |
| XYZ | 25.95 | 25.82 | 4.19 | - |
| YUV | 132.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 18 | 0 | 0.24 | 0.90 | 0.32 | 44.23 | 0.81 | 0.38 |
| Hex | AE | 85 | 12 | 0 | 18 | 5A | 20 | 2C | 51 | 26 |
| Octal | 256 | 205 | 22 | 0 | 30 | 132 | 40 | 54 | 121 | 46 |
| Binary | 10101110 | 10000101 | 10010 | 0 | 11000 | 1011010 | 100000 | 101100 | 1010001 | 100110 |
Color Harmonies of #AE8512
Complementary color
Monochromatic Colors of #AE8512
Black with #AE8512
Text Example
Text Example
White with #AE8512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8512; }
p { color: rgb(174,133,18); }
H1.HeaderClassName
{
color: #AE8512;
}
.AnyTagClassName
{
color: #AE8512;
}
</style>
background-color css
<style>
a { background-color: #AE8512; }
a { background-color: rgb(174,133,18); }
div.DivClassName
{
background-color: #AE8512;
}
.BgClassName
{
background-color: #AE8512;
}
</style>
border-color css
<style>
span { border-color: #AE8512; }
span { border-color: rgb(174,133,18); }
td.TdClassName
{
border-color: #AE8512;
}
.TagClassName
{
border-color: #AE8512;
}
</style>