Shades of Dark Goldenrod #AA7F11
Tints of Dark Goldenrod #AA7F11
RGB
CMYK
RGB Variations
Color information
#AA7F11 (or 0xAA7F11) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 11. RGB value is (170,127,17). Sum of RGB (Red+Green+Blue) = 170+127+17=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F11 is #5580EE. Grayscale: #7F7F7F. Windows color (decimal): -5603567 or 1146794. OLE color: 1146794.
HSL color Cylindrical-coordinate representation of color #AA7F11: hue angle of 43.14º 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 #AA7F11 is Cyan = 0, Magento = 0.25, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 17 | - |
| CMYK | 0 | 0.25 | 0.9 | 0.33 |
| HSL | 43.14º | 0.82% | 0.37% | - |
| HSV(B) | 43.14º | 0.9% | 0.67% | - |
| XYZ | 24.27 | 23.77 | 3.84 | - |
| YUV | 127.32 | 65.75 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 17 | 0 | 0.25 | 0.9 | 0.33 | 43.14 | 0.82 | 0.37 |
| Hex | AA | 7F | 11 | 0 | 19 | 5A | 21 | 2B | 52 | 25 |
| Octal | 252 | 177 | 21 | 0 | 31 | 132 | 41 | 53 | 122 | 45 |
| Binary | 10101010 | 1111111 | 10001 | 0 | 11001 | 1011010 | 100001 | 101011 | 1010010 | 100101 |
Color Harmonies of #AA7F11
Complementary color
Monochromatic Colors of #AA7F11
Black with #AA7F11
Text Example
Text Example
White with #AA7F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F11; }
p { color: rgb(170,127,17); }
H1.HeaderClassName
{
color: #AA7F11;
}
.AnyTagClassName
{
color: #AA7F11;
}
</style>
background-color css
<style>
a { background-color: #AA7F11; }
a { background-color: rgb(170,127,17); }
div.DivClassName
{
background-color: #AA7F11;
}
.BgClassName
{
background-color: #AA7F11;
}
</style>
border-color css
<style>
span { border-color: #AA7F11; }
span { border-color: rgb(170,127,17); }
td.TdClassName
{
border-color: #AA7F11;
}
.TagClassName
{
border-color: #AA7F11;
}
</style>