Shades of Dark Goldenrod #AE8500
Tints of Dark Goldenrod #AE8500
RGB
CMYK
RGB Variations
Color information
#AE8500 (or 0xAE8500) is known color: Dark Goldenrod. HEX triplet: AE, 85 and 00. RGB value is (174,133,0). Sum of RGB (Red+Green+Blue) = 174+133+0=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8500 is #517AFF. Grayscale: #828282. Windows color (decimal): -5339904 or 34222. OLE color: 34222.
HSL color Cylindrical-coordinate representation of color #AE8500: hue angle of 45.86º 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 #AE8500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 133 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.32 |
| HSL | 45.86º | 1% | 0.34% | - |
| HSV(B) | 45.86º | 1% | 0.68% | - |
| XYZ | 25.84 | 25.77 | 3.61 | - |
| YUV | 130.1 | 54.58 | 159.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 133 | 0 | 0 | 0.24 | 1 | 0.32 | 45.86 | 1 | 0.34 |
| Hex | AE | 85 | 0 | 0 | 18 | 64 | 20 | 2E | 64 | 22 |
| Octal | 256 | 205 | 0 | 0 | 30 | 144 | 40 | 56 | 144 | 42 |
| Binary | 10101110 | 10000101 | 0 | 0 | 11000 | 1100100 | 100000 | 101110 | 1100100 | 100010 |
Color Harmonies of #AE8500
Complementary color
Monochromatic Colors of #AE8500
Black with #AE8500
Text Example
Text Example
White with #AE8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8500; }
p { color: rgb(174,133,0); }
H1.HeaderClassName
{
color: #AE8500;
}
.AnyTagClassName
{
color: #AE8500;
}
</style>
background-color css
<style>
a { background-color: #AE8500; }
a { background-color: rgb(174,133,0); }
div.DivClassName
{
background-color: #AE8500;
}
.BgClassName
{
background-color: #AE8500;
}
</style>
border-color css
<style>
span { border-color: #AE8500; }
span { border-color: rgb(174,133,0); }
td.TdClassName
{
border-color: #AE8500;
}
.TagClassName
{
border-color: #AE8500;
}
</style>