Shades of Dark Goldenrod #AE7511
Tints of Dark Goldenrod #AE7511
RGB
CMYK
RGB Variations
Color information
#AE7511 (or 0xAE7511) is known color: Dark Goldenrod. HEX triplet: AE, 75 and 11. RGB value is (174,117,17). Sum of RGB (Red+Green+Blue) = 174+117+17=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7511 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE7511 is #518AEE. Grayscale: #7B7B7B. Windows color (decimal): -5343983 or 1144238. OLE color: 1144238.
HSL color Cylindrical-coordinate representation of color #AE7511: hue angle of 38.22º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE7511 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 17 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.32 |
| HSL | 38.22º | 0.82% | 0.37% | - |
| HSV(B) | 38.22º | 0.9% | 0.68% | - |
| XYZ | 23.92 | 21.76 | 3.47 | - |
| YUV | 122.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 17 | 0 | 0.33 | 0.90 | 0.32 | 38.22 | 0.82 | 0.37 |
| Hex | AE | 75 | 11 | 0 | 21 | 5A | 20 | 26 | 52 | 25 |
| Octal | 256 | 165 | 21 | 0 | 41 | 132 | 40 | 46 | 122 | 45 |
| Binary | 10101110 | 1110101 | 10001 | 0 | 100001 | 1011010 | 100000 | 100110 | 1010010 | 100101 |
Color Harmonies of #AE7511
Complementary color
Monochromatic Colors of #AE7511
Black with #AE7511
Text Example
Text Example
White with #AE7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE7511; }
p { color: rgb(174,117,17); }
H1.HeaderClassName
{
color: #AE7511;
}
.AnyTagClassName
{
color: #AE7511;
}
</style>
background-color css
<style>
a { background-color: #AE7511; }
a { background-color: rgb(174,117,17); }
div.DivClassName
{
background-color: #AE7511;
}
.BgClassName
{
background-color: #AE7511;
}
</style>
border-color css
<style>
span { border-color: #AE7511; }
span { border-color: rgb(174,117,17); }
td.TdClassName
{
border-color: #AE7511;
}
.TagClassName
{
border-color: #AE7511;
}
</style>