Shades of Dark Goldenrod #AE8001
Tints of Dark Goldenrod #AE8001
RGB
CMYK
RGB Variations
Color information
#AE8001 (or 0xAE8001) is known color: Dark Goldenrod. HEX triplet: AE, 80 and 01. RGB value is (174,128,1). Sum of RGB (Red+Green+Blue) = 174+128+1=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8001 is #517FFE. Grayscale: #7F7F7F. Windows color (decimal): -5341183 or 98478. OLE color: 98478.
HSL color Cylindrical-coordinate representation of color #AE8001: hue angle of 44.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE8001 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 128 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.32 |
| HSL | 44.05º | 0.99% | 0.34% | - |
| HSV(B) | 44.05º | 0.99% | 0.68% | - |
| XYZ | 25.18 | 24.44 | 3.42 | - |
| YUV | 127.28 | 56.74 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 128 | 1 | 0 | 0.26 | 0.99 | 0.32 | 44.05 | 0.99 | 0.34 |
| Hex | AE | 80 | 1 | 0 | 1A | 63 | 20 | 2C | 63 | 22 |
| Octal | 256 | 200 | 1 | 0 | 32 | 143 | 40 | 54 | 143 | 42 |
| Binary | 10101110 | 10000000 | 1 | 0 | 11010 | 1100011 | 100000 | 101100 | 1100011 | 100010 |
Color Harmonies of #AE8001
Complementary color
Monochromatic Colors of #AE8001
Black with #AE8001
Text Example
Text Example
White with #AE8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8001; }
p { color: rgb(174,128,1); }
H1.HeaderClassName
{
color: #AE8001;
}
.AnyTagClassName
{
color: #AE8001;
}
</style>
background-color css
<style>
a { background-color: #AE8001; }
a { background-color: rgb(174,128,1); }
div.DivClassName
{
background-color: #AE8001;
}
.BgClassName
{
background-color: #AE8001;
}
</style>
border-color css
<style>
span { border-color: #AE8001; }
span { border-color: rgb(174,128,1); }
td.TdClassName
{
border-color: #AE8001;
}
.TagClassName
{
border-color: #AE8001;
}
</style>