Shades of Dark Goldenrod #AA8007
Tints of Dark Goldenrod #AA8007
RGB
CMYK
RGB Variations
Color information
#AA8007 (or 0xAA8007) is known color: Dark Goldenrod. HEX triplet: AA, 80 and 07. RGB value is (170,128,7). Sum of RGB (Red+Green+Blue) = 170+128+7=305 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.74% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA8007 is #557FF8. Grayscale: #7F7F7F. Windows color (decimal): -5603321 or 491690. OLE color: 491690.
HSL color Cylindrical-coordinate representation of color #AA8007: hue angle of 44.54º degrees, saturation: 0.92, 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 #AA8007 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 128 | 7 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.33 |
| HSL | 44.54º | 0.92% | 0.35% | - |
| HSV(B) | 44.54º | 0.96% | 0.67% | - |
| XYZ | 24.34 | 24 | 3.55 | - |
| YUV | 126.76 | 60.41 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 7 | 0 | 0.25 | 0.96 | 0.33 | 44.54 | 0.92 | 0.35 |
| Hex | AA | 80 | 7 | 0 | 19 | 60 | 21 | 2D | 5C | 23 |
| Octal | 252 | 200 | 7 | 0 | 31 | 140 | 41 | 55 | 134 | 43 |
| Binary | 10101010 | 10000000 | 111 | 0 | 11001 | 1100000 | 100001 | 101101 | 1011100 | 100011 |
Color Harmonies of #AA8007
Complementary color
Monochromatic Colors of #AA8007
Black with #AA8007
Text Example
Text Example
White with #AA8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8007; }
p { color: rgb(170,128,7); }
H1.HeaderClassName
{
color: #AA8007;
}
.AnyTagClassName
{
color: #AA8007;
}
</style>
background-color css
<style>
a { background-color: #AA8007; }
a { background-color: rgb(170,128,7); }
div.DivClassName
{
background-color: #AA8007;
}
.BgClassName
{
background-color: #AA8007;
}
</style>
border-color css
<style>
span { border-color: #AA8007; }
span { border-color: rgb(170,128,7); }
td.TdClassName
{
border-color: #AA8007;
}
.TagClassName
{
border-color: #AA8007;
}
</style>