Shades of Dark Goldenrod #AA7B11
Tints of Dark Goldenrod #AA7B11
RGB
CMYK
RGB Variations
Color information
#AA7B11 (or 0xAA7B11) is known color: Dark Goldenrod. HEX triplet: AA, 7B and 11. RGB value is (170,123,17). Sum of RGB (Red+Green+Blue) = 170+123+17=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7B11 is #5584EE. Grayscale: #7D7D7D. Windows color (decimal): -5604591 or 1145770. OLE color: 1145770.
HSL color Cylindrical-coordinate representation of color #AA7B11: hue angle of 41.57º 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 #AA7B11 is Cyan = 0, Magento = 0.28, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 123 | 17 | - |
| CMYK | 0 | 0.28 | 0.9 | 0.33 |
| HSL | 41.57º | 0.82% | 0.37% | - |
| HSV(B) | 41.57º | 0.9% | 0.67% | - |
| XYZ | 23.76 | 22.75 | 3.67 | - |
| YUV | 124.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 123 | 17 | 0 | 0.28 | 0.9 | 0.33 | 41.57 | 0.82 | 0.37 |
| Hex | AA | 7B | 11 | 0 | 1C | 5A | 21 | 2A | 52 | 25 |
| Octal | 252 | 173 | 21 | 0 | 34 | 132 | 41 | 52 | 122 | 45 |
| Binary | 10101010 | 1111011 | 10001 | 0 | 11100 | 1011010 | 100001 | 101010 | 1010010 | 100101 |
Color Harmonies of #AA7B11
Complementary color
Monochromatic Colors of #AA7B11
Black with #AA7B11
Text Example
Text Example
White with #AA7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7B11; }
p { color: rgb(170,123,17); }
H1.HeaderClassName
{
color: #AA7B11;
}
.AnyTagClassName
{
color: #AA7B11;
}
</style>
background-color css
<style>
a { background-color: #AA7B11; }
a { background-color: rgb(170,123,17); }
div.DivClassName
{
background-color: #AA7B11;
}
.BgClassName
{
background-color: #AA7B11;
}
</style>
border-color css
<style>
span { border-color: #AA7B11; }
span { border-color: rgb(170,123,17); }
td.TdClassName
{
border-color: #AA7B11;
}
.TagClassName
{
border-color: #AA7B11;
}
</style>