Shades of Dark Goldenrod #AA7E10
Tints of Dark Goldenrod #AA7E10
RGB
CMYK
RGB Variations
Color information
#AA7E10 (or 0xAA7E10) is known color: Dark Goldenrod. HEX triplet: AA, 7E and 10. RGB value is (170,126,16). Sum of RGB (Red+Green+Blue) = 170+126+16=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7E10 is #5581EF. Grayscale: #7F7F7F. Windows color (decimal): -5603824 or 1081002. OLE color: 1081002.
HSL color Cylindrical-coordinate representation of color #AA7E10: hue angle of 42.86º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA7E10 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 126 | 16 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.33 |
| HSL | 42.86º | 0.83% | 0.36% | - |
| HSV(B) | 42.86º | 0.91% | 0.67% | - |
| XYZ | 24.13 | 23.51 | 3.76 | - |
| YUV | 126.62 | 65.58 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 16 | 0 | 0.26 | 0.91 | 0.33 | 42.86 | 0.83 | 0.36 |
| Hex | AA | 7E | 10 | 0 | 1A | 5B | 21 | 2B | 53 | 24 |
| Octal | 252 | 176 | 20 | 0 | 32 | 133 | 41 | 53 | 123 | 44 |
| Binary | 10101010 | 1111110 | 10000 | 0 | 11010 | 1011011 | 100001 | 101011 | 1010011 | 100100 |
Color Harmonies of #AA7E10
Complementary color
Monochromatic Colors of #AA7E10
Black with #AA7E10
Text Example
Text Example
White with #AA7E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7E10; }
p { color: rgb(170,126,16); }
H1.HeaderClassName
{
color: #AA7E10;
}
.AnyTagClassName
{
color: #AA7E10;
}
</style>
background-color css
<style>
a { background-color: #AA7E10; }
a { background-color: rgb(170,126,16); }
div.DivClassName
{
background-color: #AA7E10;
}
.BgClassName
{
background-color: #AA7E10;
}
</style>
border-color css
<style>
span { border-color: #AA7E10; }
span { border-color: rgb(170,126,16); }
td.TdClassName
{
border-color: #AA7E10;
}
.TagClassName
{
border-color: #AA7E10;
}
</style>