Shades of Dark Goldenrod #AE8100
Tints of Dark Goldenrod #AE8100
RGB
CMYK
RGB Variations
Color information
#AE8100 (or 0xAE8100) is known color: Dark Goldenrod. HEX triplet: AE, 81 and 00. RGB value is (174,129,0). Sum of RGB (Red+Green+Blue) = 174+129+0=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8100 is #517EFF. Grayscale: #808080. Windows color (decimal): -5340928 or 33198. OLE color: 33198.
HSL color Cylindrical-coordinate representation of color #AE8100: hue angle of 44.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE8100 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 129 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.32 |
| HSL | 44.48º | 1% | 0.34% | - |
| HSV(B) | 44.48º | 1% | 0.68% | - |
| XYZ | 25.31 | 24.7 | 3.43 | - |
| YUV | 127.75 | 55.91 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 129 | 0 | 0 | 0.26 | 1 | 0.32 | 44.48 | 1 | 0.34 |
| Hex | AE | 81 | 0 | 0 | 1A | 64 | 20 | 2C | 64 | 22 |
| Octal | 256 | 201 | 0 | 0 | 32 | 144 | 40 | 54 | 144 | 42 |
| Binary | 10101110 | 10000001 | 0 | 0 | 11010 | 1100100 | 100000 | 101100 | 1100100 | 100010 |
Color Harmonies of #AE8100
Complementary color
Monochromatic Colors of #AE8100
Black with #AE8100
Text Example
Text Example
White with #AE8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8100; }
p { color: rgb(174,129,0); }
H1.HeaderClassName
{
color: #AE8100;
}
.AnyTagClassName
{
color: #AE8100;
}
</style>
background-color css
<style>
a { background-color: #AE8100; }
a { background-color: rgb(174,129,0); }
div.DivClassName
{
background-color: #AE8100;
}
.BgClassName
{
background-color: #AE8100;
}
</style>
border-color css
<style>
span { border-color: #AE8100; }
span { border-color: rgb(174,129,0); }
td.TdClassName
{
border-color: #AE8100;
}
.TagClassName
{
border-color: #AE8100;
}
</style>