Shades of Dark Goldenrod #AA8006
Tints of Dark Goldenrod #AA8006
RGB
CMYK
RGB Variations
Color information
#AA8006 (or 0xAA8006) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 06. RGB value is (170,128,6). Sum of RGB (Red+Green+Blue) = 170+128+6=304 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.92% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8006 is #557FF9. Grayscale: #7F7F7F. Windows color (decimal): -5603322 or 426154. OLE color: 426154.
HSL color Cylindrical-coordinate representation of color #AA8006: hue angle of 44.63º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA8006 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 6 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.33 |
| HSL | 44.63º | 0.93% | 0.35% | - |
| HSV(B) | 44.63º | 0.96% | 0.67% | - |
| XYZ | 24.33 | 24 | 3.52 | - |
| YUV | 126.65 | 59.91 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 6 | 0 | 0.25 | 0.96 | 0.33 | 44.63 | 0.93 | 0.35 |
| Hex | AA | 80 | 6 | 0 | 19 | 60 | 21 | 2D | 5D | 23 |
| Octal | 252 | 200 | 6 | 0 | 31 | 140 | 41 | 55 | 135 | 43 |
| Binary | 10101010 | 10000000 | 110 | 0 | 11001 | 1100000 | 100001 | 101101 | 1011101 | 100011 |
Color Harmonies of #AA8006
Complementary color
Monochromatic Colors of #AA8006
Black with #AA8006
Text Example
Text Example
White with #AA8006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8006; }
p { color: rgb(170,128,6); }
H1.HeaderClassName
{
color: #AA8006;
}
.AnyTagClassName
{
color: #AA8006;
}
</style>
background-color css
<style>
a { background-color: #AA8006; }
a { background-color: rgb(170,128,6); }
div.DivClassName
{
background-color: #AA8006;
}
.BgClassName
{
background-color: #AA8006;
}
</style>
border-color css
<style>
span { border-color: #AA8006; }
span { border-color: rgb(170,128,6); }
td.TdClassName
{
border-color: #AA8006;
}
.TagClassName
{
border-color: #AA8006;
}
</style>