Shades of Dark Goldenrod #AE8211
Tints of Dark Goldenrod #AE8211
RGB
CMYK
RGB Variations
Color information
#AE8211 (or 0xAE8211) is known color: Dark Goldenrod. HEX triplet: AE, 82 and 11. RGB value is (174,130,17). Sum of RGB (Red+Green+Blue) = 174+130+17=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AE8211 is #517DEE. Grayscale: #828282. Windows color (decimal): -5340655 or 1147566. OLE color: 1147566.
HSL color Cylindrical-coordinate representation of color #AE8211: hue angle of 43.18º 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 #AE8211 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 130 | 17 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.32 |
| HSL | 43.18º | 0.82% | 0.37% | - |
| HSV(B) | 43.18º | 0.9% | 0.68% | - |
| XYZ | 25.54 | 25 | 4.01 | - |
| YUV | 130.27 | 64.08 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 130 | 17 | 0 | 0.25 | 0.90 | 0.32 | 43.18 | 0.82 | 0.37 |
| Hex | AE | 82 | 11 | 0 | 19 | 5A | 20 | 2B | 52 | 25 |
| Octal | 256 | 202 | 21 | 0 | 31 | 132 | 40 | 53 | 122 | 45 |
| Binary | 10101110 | 10000010 | 10001 | 0 | 11001 | 1011010 | 100000 | 101011 | 1010010 | 100101 |
Color Harmonies of #AE8211
Complementary color
Monochromatic Colors of #AE8211
Black with #AE8211
Text Example
Text Example
White with #AE8211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE8211; }
p { color: rgb(174,130,17); }
H1.HeaderClassName
{
color: #AE8211;
}
.AnyTagClassName
{
color: #AE8211;
}
</style>
background-color css
<style>
a { background-color: #AE8211; }
a { background-color: rgb(174,130,17); }
div.DivClassName
{
background-color: #AE8211;
}
.BgClassName
{
background-color: #AE8211;
}
</style>
border-color css
<style>
span { border-color: #AE8211; }
span { border-color: rgb(174,130,17); }
td.TdClassName
{
border-color: #AE8211;
}
.TagClassName
{
border-color: #AE8211;
}
</style>