Shades of Dark Goldenrod #AA8605
Tints of Dark Goldenrod #AA8605
RGB
CMYK
RGB Variations
Color information
#AA8605 (or 0xAA8605) is known color: Dark Goldenrod. HEX triplet: AA, 86 and 05. RGB value is (170,134,5). Sum of RGB (Red+Green+Blue) = 170+134+5=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8605 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8605 is #5579FA. Grayscale: #828282. Windows color (decimal): -5601787 or 362154. OLE color: 362154.
HSL color Cylindrical-coordinate representation of color #AA8605: hue angle of 46.91º 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 #AA8605 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 134 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.33 |
| HSL | 46.91º | 0.94% | 0.34% | - |
| HSV(B) | 46.91º | 0.97% | 0.67% | - |
| XYZ | 25.13 | 25.61 | 3.76 | - |
| YUV | 130.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 134 | 5 | 0 | 0.21 | 0.97 | 0.33 | 46.91 | 0.94 | 0.34 |
| Hex | AA | 86 | 5 | 0 | 15 | 61 | 21 | 2F | 5E | 22 |
| Octal | 252 | 206 | 5 | 0 | 25 | 141 | 41 | 57 | 136 | 42 |
| Binary | 10101010 | 10000110 | 101 | 0 | 10101 | 1100001 | 100001 | 101111 | 1011110 | 100010 |
Color Harmonies of #AA8605
Complementary color
Monochromatic Colors of #AA8605
Black with #AA8605
Text Example
Text Example
White with #AA8605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8605; }
p { color: rgb(170,134,5); }
H1.HeaderClassName
{
color: #AA8605;
}
.AnyTagClassName
{
color: #AA8605;
}
</style>
background-color css
<style>
a { background-color: #AA8605; }
a { background-color: rgb(170,134,5); }
div.DivClassName
{
background-color: #AA8605;
}
.BgClassName
{
background-color: #AA8605;
}
</style>
border-color css
<style>
span { border-color: #AA8605; }
span { border-color: rgb(170,134,5); }
td.TdClassName
{
border-color: #AA8605;
}
.TagClassName
{
border-color: #AA8605;
}
</style>