Shades of Dark Goldenrod #AA7505
Tints of Dark Goldenrod #AA7505
RGB
CMYK
RGB Variations
Color information
#AA7505 (or 0xAA7505) is known color: Dark Goldenrod. HEX triplet: AA, 75 and 05. RGB value is (170,117,5). Sum of RGB (Red+Green+Blue) = 170+117+5=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7505 is #558AFA. Grayscale: #787878. Windows color (decimal): -5606139 or 357802. OLE color: 357802.
HSL color Cylindrical-coordinate representation of color #AA7505: hue angle of 40.73º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA7505 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 5 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.33 |
| HSL | 40.73º | 0.94% | 0.34% | - |
| HSV(B) | 40.73º | 0.97% | 0.67% | - |
| XYZ | 22.97 | 21.28 | 3.04 | - |
| YUV | 120.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 5 | 0 | 0.31 | 0.97 | 0.33 | 40.73 | 0.94 | 0.34 |
| Hex | AA | 75 | 5 | 0 | 1F | 61 | 21 | 29 | 5E | 22 |
| Octal | 252 | 165 | 5 | 0 | 37 | 141 | 41 | 51 | 136 | 42 |
| Binary | 10101010 | 1110101 | 101 | 0 | 11111 | 1100001 | 100001 | 101001 | 1011110 | 100010 |
Color Harmonies of #AA7505
Complementary color
Monochromatic Colors of #AA7505
Black with #AA7505
Text Example
Text Example
White with #AA7505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7505; }
p { color: rgb(170,117,5); }
H1.HeaderClassName
{
color: #AA7505;
}
.AnyTagClassName
{
color: #AA7505;
}
</style>
background-color css
<style>
a { background-color: #AA7505; }
a { background-color: rgb(170,117,5); }
div.DivClassName
{
background-color: #AA7505;
}
.BgClassName
{
background-color: #AA7505;
}
</style>
border-color css
<style>
span { border-color: #AA7505; }
span { border-color: rgb(170,117,5); }
td.TdClassName
{
border-color: #AA7505;
}
.TagClassName
{
border-color: #AA7505;
}
</style>