Shades of Dark Goldenrod #AA7E11
Tints of Dark Goldenrod #AA7E11
RGB
CMYK
RGB Variations
Color information
#AA7E11 (or 0xAA7E11) is known color: Dark Goldenrod. HEX triplet: AA, 7E and 11. RGB value is (170,126,17). Sum of RGB (Red+Green+Blue) = 170+126+17=313 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.31% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 17 (7.03% from 255 or 5.43% from 313); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E11 is #5581EE. Grayscale: #7F7F7F. Windows color (decimal): -5603823 or 1146538. OLE color: 1146538.
HSL color Cylindrical-coordinate representation of color #AA7E11: hue angle of 42.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA7E11 is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 17 | - |
| CMYK | 0 | 0.26 | 0.9 | 0.33 |
| HSL | 42.75º | 0.82% | 0.37% | - |
| HSV(B) | 42.75º | 0.9% | 0.67% | - |
| XYZ | 24.14 | 23.51 | 3.8 | - |
| YUV | 126.73 | 66.08 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 17 | 0 | 0.26 | 0.9 | 0.33 | 42.75 | 0.82 | 0.37 |
| Hex | AA | 7E | 11 | 0 | 1A | 5A | 21 | 2B | 52 | 25 |
| Octal | 252 | 176 | 21 | 0 | 32 | 132 | 41 | 53 | 122 | 45 |
| Binary | 10101010 | 1111110 | 10001 | 0 | 11010 | 1011010 | 100001 | 101011 | 1010010 | 100101 |
Color Harmonies of #AA7E11
Complementary color
Monochromatic Colors of #AA7E11
Black with #AA7E11
Text Example
Text Example
White with #AA7E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E11; }
p { color: rgb(170,126,17); }
H1.HeaderClassName
{
color: #AA7E11;
}
.AnyTagClassName
{
color: #AA7E11;
}
</style>
background-color css
<style>
a { background-color: #AA7E11; }
a { background-color: rgb(170,126,17); }
div.DivClassName
{
background-color: #AA7E11;
}
.BgClassName
{
background-color: #AA7E11;
}
</style>
border-color css
<style>
span { border-color: #AA7E11; }
span { border-color: rgb(170,126,17); }
td.TdClassName
{
border-color: #AA7E11;
}
.TagClassName
{
border-color: #AA7E11;
}
</style>