Shades of Dark Goldenrod #AA7705
Tints of Dark Goldenrod #AA7705
RGB
CMYK
RGB Variations
Color information
#AA7705 (or 0xAA7705) is known color: Dark Goldenrod. HEX triplet: AA, 77 and 05. RGB value is (170,119,5). Sum of RGB (Red+Green+Blue) = 170+119+5=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7705 is #5588FA. Grayscale: #797979. Windows color (decimal): -5605627 or 358314. OLE color: 358314.
HSL color Cylindrical-coordinate representation of color #AA7705: hue angle of 41.45º 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 #AA7705 is Cyan = 0, Magento = 0.3, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 5 | - |
| CMYK | 0 | 0.3 | 0.97 | 0.33 |
| HSL | 41.45º | 0.94% | 0.34% | - |
| HSV(B) | 41.45º | 0.97% | 0.67% | - |
| XYZ | 23.2 | 21.75 | 3.12 | - |
| YUV | 121.25 | 62.4 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 5 | 0 | 0.3 | 0.97 | 0.33 | 41.45 | 0.94 | 0.34 |
| Hex | AA | 77 | 5 | 0 | 1E | 61 | 21 | 29 | 5E | 22 |
| Octal | 252 | 167 | 5 | 0 | 36 | 141 | 41 | 51 | 136 | 42 |
| Binary | 10101010 | 1110111 | 101 | 0 | 11110 | 1100001 | 100001 | 101001 | 1011110 | 100010 |
Color Harmonies of #AA7705
Complementary color
Monochromatic Colors of #AA7705
Black with #AA7705
Text Example
Text Example
White with #AA7705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7705; }
p { color: rgb(170,119,5); }
H1.HeaderClassName
{
color: #AA7705;
}
.AnyTagClassName
{
color: #AA7705;
}
</style>
background-color css
<style>
a { background-color: #AA7705; }
a { background-color: rgb(170,119,5); }
div.DivClassName
{
background-color: #AA7705;
}
.BgClassName
{
background-color: #AA7705;
}
</style>
border-color css
<style>
span { border-color: #AA7705; }
span { border-color: rgb(170,119,5); }
td.TdClassName
{
border-color: #AA7705;
}
.TagClassName
{
border-color: #AA7705;
}
</style>