Shades of Dark Goldenrod #AA7D10
Tints of Dark Goldenrod #AA7D10
RGB
CMYK
RGB Variations
Color information
#AA7D10 (or 0xAA7D10) is known color: Dark Goldenrod. HEX triplet: AA, 7D and 10. RGB value is (170,125,16). Sum of RGB (Red+Green+Blue) = 170+125+16=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7D10 is #5582EF. Grayscale: #7E7E7E. Windows color (decimal): -5604080 or 1080746. OLE color: 1080746.
HSL color Cylindrical-coordinate representation of color #AA7D10: hue angle of 42.47º 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 #AA7D10 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 125 | 16 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.33 |
| HSL | 42.47º | 0.83% | 0.36% | - |
| HSV(B) | 42.47º | 0.91% | 0.67% | - |
| XYZ | 24 | 23.25 | 3.71 | - |
| YUV | 126.03 | 65.91 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 125 | 16 | 0 | 0.26 | 0.91 | 0.33 | 42.47 | 0.83 | 0.36 |
| Hex | AA | 7D | 10 | 0 | 1A | 5B | 21 | 2A | 53 | 24 |
| Octal | 252 | 175 | 20 | 0 | 32 | 133 | 41 | 52 | 123 | 44 |
| Binary | 10101010 | 1111101 | 10000 | 0 | 11010 | 1011011 | 100001 | 101010 | 1010011 | 100100 |
Color Harmonies of #AA7D10
Complementary color
Monochromatic Colors of #AA7D10
Black with #AA7D10
Text Example
Text Example
White with #AA7D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7D10; }
p { color: rgb(170,125,16); }
H1.HeaderClassName
{
color: #AA7D10;
}
.AnyTagClassName
{
color: #AA7D10;
}
</style>
background-color css
<style>
a { background-color: #AA7D10; }
a { background-color: rgb(170,125,16); }
div.DivClassName
{
background-color: #AA7D10;
}
.BgClassName
{
background-color: #AA7D10;
}
</style>
border-color css
<style>
span { border-color: #AA7D10; }
span { border-color: rgb(170,125,16); }
td.TdClassName
{
border-color: #AA7D10;
}
.TagClassName
{
border-color: #AA7D10;
}
</style>