Shades of Dark Goldenrod #AE7502
Tints of Dark Goldenrod #AE7502
RGB
CMYK
RGB Variations
Color information
#AE7502 (or 0xAE7502) is known color: Dark Goldenrod. HEX triplet: AE, 75 and 02. RGB value is (174,117,2). Sum of RGB (Red+Green+Blue) = 174+117+2=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7502 is #518AFD. Grayscale: #797979. Windows color (decimal): -5343998 or 161198. OLE color: 161198.
HSL color Cylindrical-coordinate representation of color #AE7502: hue angle of 40.12º 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 #AE7502 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.32 |
| HSL | 40.12º | 0.98% | 0.35% | - |
| HSV(B) | 40.12º | 0.99% | 0.68% | - |
| XYZ | 23.83 | 21.73 | 3 | - |
| YUV | 120.93 | 60.88 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 2 | 0 | 0.33 | 0.99 | 0.32 | 40.12 | 0.98 | 0.35 |
| Hex | AE | 75 | 2 | 0 | 21 | 63 | 20 | 28 | 62 | 23 |
| Octal | 256 | 165 | 2 | 0 | 41 | 143 | 40 | 50 | 142 | 43 |
| Binary | 10101110 | 1110101 | 10 | 0 | 100001 | 1100011 | 100000 | 101000 | 1100010 | 100011 |
Color Harmonies of #AE7502
Complementary color
Monochromatic Colors of #AE7502
Black with #AE7502
Text Example
Text Example
White with #AE7502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7502; }
p { color: rgb(174,117,2); }
H1.HeaderClassName
{
color: #AE7502;
}
.AnyTagClassName
{
color: #AE7502;
}
</style>
background-color css
<style>
a { background-color: #AE7502; }
a { background-color: rgb(174,117,2); }
div.DivClassName
{
background-color: #AE7502;
}
.BgClassName
{
background-color: #AE7502;
}
</style>
border-color css
<style>
span { border-color: #AE7502; }
span { border-color: rgb(174,117,2); }
td.TdClassName
{
border-color: #AE7502;
}
.TagClassName
{
border-color: #AE7502;
}
</style>