Shades of Dark Goldenrod #AE9502
Tints of Dark Goldenrod #AE9502
RGB
CMYK
RGB Variations
Color information
#AE9502 (or 0xAE9502) is known color: Dark Goldenrod. HEX triplet: AE, 95 and 02. RGB value is (174,149,2). Sum of RGB (Red+Green+Blue) = 174+149+2=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE9502 is #516AFD. Grayscale: #8C8C8C. Windows color (decimal): -5335806 or 169390. OLE color: 169390.
HSL color Cylindrical-coordinate representation of color #AE9502: hue angle of 51.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE9502 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 149 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.32 |
| HSL | 51.28º | 0.98% | 0.35% | - |
| HSV(B) | 51.28º | 0.99% | 0.68% | - |
| XYZ | 28.21 | 30.5 | 4.46 | - |
| YUV | 139.72 | 50.28 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 149 | 2 | 0 | 0.14 | 0.99 | 0.32 | 51.28 | 0.98 | 0.35 |
| Hex | AE | 95 | 2 | 0 | E | 63 | 20 | 33 | 62 | 23 |
| Octal | 256 | 225 | 2 | 0 | 16 | 143 | 40 | 63 | 142 | 43 |
| Binary | 10101110 | 10010101 | 10 | 0 | 1110 | 1100011 | 100000 | 110011 | 1100010 | 100011 |
Color Harmonies of #AE9502
Complementary color
Monochromatic Colors of #AE9502
Black with #AE9502
Text Example
Text Example
White with #AE9502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE9502; }
p { color: rgb(174,149,2); }
H1.HeaderClassName
{
color: #AE9502;
}
.AnyTagClassName
{
color: #AE9502;
}
</style>
background-color css
<style>
a { background-color: #AE9502; }
a { background-color: rgb(174,149,2); }
div.DivClassName
{
background-color: #AE9502;
}
.BgClassName
{
background-color: #AE9502;
}
</style>
border-color css
<style>
span { border-color: #AE9502; }
span { border-color: rgb(174,149,2); }
td.TdClassName
{
border-color: #AE9502;
}
.TagClassName
{
border-color: #AE9502;
}
</style>