Shades of Dark Goldenrod #AA7510
Tints of Dark Goldenrod #AA7510
RGB
CMYK
RGB Variations
Color information
#AA7510 (or 0xAA7510) is known color: Dark Goldenrod. HEX triplet: AA, 75 and 10. RGB value is (170,117,16). Sum of RGB (Red+Green+Blue) = 170+117+16=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7510 is #558AEF. Grayscale: #797979. Windows color (decimal): -5606128 or 1078698. OLE color: 1078698.
HSL color Cylindrical-coordinate representation of color #AA7510: hue angle of 39.35º 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 #AA7510 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 16 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.33 |
| HSL | 39.35º | 0.83% | 0.36% | - |
| HSV(B) | 39.35º | 0.91% | 0.67% | - |
| XYZ | 23.03 | 21.31 | 3.39 | - |
| YUV | 121.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 16 | 0 | 0.31 | 0.91 | 0.33 | 39.35 | 0.83 | 0.36 |
| Hex | AA | 75 | 10 | 0 | 1F | 5B | 21 | 27 | 53 | 24 |
| Octal | 252 | 165 | 20 | 0 | 37 | 133 | 41 | 47 | 123 | 44 |
| Binary | 10101010 | 1110101 | 10000 | 0 | 11111 | 1011011 | 100001 | 100111 | 1010011 | 100100 |
Color Harmonies of #AA7510
Complementary color
Monochromatic Colors of #AA7510
Black with #AA7510
Text Example
Text Example
White with #AA7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7510; }
p { color: rgb(170,117,16); }
H1.HeaderClassName
{
color: #AA7510;
}
.AnyTagClassName
{
color: #AA7510;
}
</style>
background-color css
<style>
a { background-color: #AA7510; }
a { background-color: rgb(170,117,16); }
div.DivClassName
{
background-color: #AA7510;
}
.BgClassName
{
background-color: #AA7510;
}
</style>
border-color css
<style>
span { border-color: #AA7510; }
span { border-color: rgb(170,117,16); }
td.TdClassName
{
border-color: #AA7510;
}
.TagClassName
{
border-color: #AA7510;
}
</style>