Shades of Dark Goldenrod #AE8C01
Tints of Dark Goldenrod #AE8C01
RGB
CMYK
RGB Variations
Color information
#AE8C01 (or 0xAE8C01) is known color: Dark Goldenrod. HEX triplet: AE, 8C and 01. RGB value is (174,140,1). Sum of RGB (Red+Green+Blue) = 174+140+1=315 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.24% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8C01 is #5173FE. Grayscale: #868686. Windows color (decimal): -5338111 or 101550. OLE color: 101550.
HSL color Cylindrical-coordinate representation of color #AE8C01: hue angle of 48.21º 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 #AE8C01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 140 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.32 |
| HSL | 48.21º | 0.99% | 0.34% | - |
| HSV(B) | 48.21º | 0.99% | 0.68% | - |
| XYZ | 26.84 | 27.76 | 3.97 | - |
| YUV | 134.32 | 52.76 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 140 | 1 | 0 | 0.20 | 0.99 | 0.32 | 48.21 | 0.99 | 0.34 |
| Hex | AE | 8C | 1 | 0 | 14 | 63 | 20 | 30 | 63 | 22 |
| Octal | 256 | 214 | 1 | 0 | 24 | 143 | 40 | 60 | 143 | 42 |
| Binary | 10101110 | 10001100 | 1 | 0 | 10100 | 1100011 | 100000 | 110000 | 1100011 | 100010 |
Color Harmonies of #AE8C01
Complementary color
Monochromatic Colors of #AE8C01
Black with #AE8C01
Text Example
Text Example
White with #AE8C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8C01; }
p { color: rgb(174,140,1); }
H1.HeaderClassName
{
color: #AE8C01;
}
.AnyTagClassName
{
color: #AE8C01;
}
</style>
background-color css
<style>
a { background-color: #AE8C01; }
a { background-color: rgb(174,140,1); }
div.DivClassName
{
background-color: #AE8C01;
}
.BgClassName
{
background-color: #AE8C01;
}
</style>
border-color css
<style>
span { border-color: #AE8C01; }
span { border-color: rgb(174,140,1); }
td.TdClassName
{
border-color: #AE8C01;
}
.TagClassName
{
border-color: #AE8C01;
}
</style>