Shades of Dark Goldenrod #AE7500
Tints of Dark Goldenrod #AE7500
RGB
CMYK
RGB Variations
Color information
#AE7500 (or 0xAE7500) is known color: Dark Goldenrod. HEX triplet: AE, 75 and 00. RGB value is (174,117,0). Sum of RGB (Red+Green+Blue) = 174+117+0=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7500 is #518AFF. Grayscale: #797979. Windows color (decimal): -5344000 or 30126. OLE color: 30126.
HSL color Cylindrical-coordinate representation of color #AE7500: hue angle of 40.34º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE7500 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.32 |
| HSL | 40.34º | 1% | 0.34% | - |
| HSV(B) | 40.34º | 1% | 0.68% | - |
| XYZ | 23.82 | 21.72 | 2.94 | - |
| YUV | 120.71 | 59.88 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 0 | 0 | 0.33 | 1 | 0.32 | 40.34 | 1 | 0.34 |
| Hex | AE | 75 | 0 | 0 | 21 | 64 | 20 | 28 | 64 | 22 |
| Octal | 256 | 165 | 0 | 0 | 41 | 144 | 40 | 50 | 144 | 42 |
| Binary | 10101110 | 1110101 | 0 | 0 | 100001 | 1100100 | 100000 | 101000 | 1100100 | 100010 |
Color Harmonies of #AE7500
Complementary color
Monochromatic Colors of #AE7500
Black with #AE7500
Text Example
Text Example
White with #AE7500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7500; }
p { color: rgb(174,117,0); }
H1.HeaderClassName
{
color: #AE7500;
}
.AnyTagClassName
{
color: #AE7500;
}
</style>
background-color css
<style>
a { background-color: #AE7500; }
a { background-color: rgb(174,117,0); }
div.DivClassName
{
background-color: #AE7500;
}
.BgClassName
{
background-color: #AE7500;
}
</style>
border-color css
<style>
span { border-color: #AE7500; }
span { border-color: rgb(174,117,0); }
td.TdClassName
{
border-color: #AE7500;
}
.TagClassName
{
border-color: #AE7500;
}
</style>