Shades of Dark Goldenrod #AE9201
Tints of Dark Goldenrod #AE9201
RGB
CMYK
RGB Variations
Color information
#AE9201 (or 0xAE9201) is known color: Dark Goldenrod. HEX triplet: AE, 92 and 01. RGB value is (174,146,1). Sum of RGB (Red+Green+Blue) = 174+146+1=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9201 is #516DFE. Grayscale: #8A8A8A. Windows color (decimal): -5336575 or 103086. OLE color: 103086.
HSL color Cylindrical-coordinate representation of color #AE9201: hue angle of 50.29º 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 #AE9201 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 146 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.32 |
| HSL | 50.29º | 0.99% | 0.34% | - |
| HSV(B) | 50.29º | 0.99% | 0.68% | - |
| XYZ | 27.74 | 29.56 | 4.27 | - |
| YUV | 137.84 | 50.78 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 146 | 1 | 0 | 0.16 | 0.99 | 0.32 | 50.29 | 0.99 | 0.34 |
| Hex | AE | 92 | 1 | 0 | 10 | 63 | 20 | 32 | 63 | 22 |
| Octal | 256 | 222 | 1 | 0 | 20 | 143 | 40 | 62 | 143 | 42 |
| Binary | 10101110 | 10010010 | 1 | 0 | 10000 | 1100011 | 100000 | 110010 | 1100011 | 100010 |
Color Harmonies of #AE9201
Complementary color
Monochromatic Colors of #AE9201
Black with #AE9201
Text Example
Text Example
White with #AE9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9201; }
p { color: rgb(174,146,1); }
H1.HeaderClassName
{
color: #AE9201;
}
.AnyTagClassName
{
color: #AE9201;
}
</style>
background-color css
<style>
a { background-color: #AE9201; }
a { background-color: rgb(174,146,1); }
div.DivClassName
{
background-color: #AE9201;
}
.BgClassName
{
background-color: #AE9201;
}
</style>
border-color css
<style>
span { border-color: #AE9201; }
span { border-color: rgb(174,146,1); }
td.TdClassName
{
border-color: #AE9201;
}
.TagClassName
{
border-color: #AE9201;
}
</style>