Shades of Dark Goldenrod #AA7A00
Tints of Dark Goldenrod #AA7A00
RGB
CMYK
RGB Variations
Color information
#AA7A00 (or 0xAA7A00) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 00. RGB value is (170,122,0). Sum of RGB (Red+Green+Blue) = 170+122+0=292 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.22% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A00 is #5585FF. Grayscale: #7A7A7A. Windows color (decimal): -5604864 or 31402. OLE color: 31402.
HSL color Cylindrical-coordinate representation of color #AA7A00: hue angle of 43.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA7A00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.33 |
| HSL | 43.06º | 1% | 0.33% | - |
| HSV(B) | 43.06º | 1% | 0.67% | - |
| XYZ | 23.54 | 22.47 | 3.1 | - |
| YUV | 122.44 | 58.9 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 0 | 0 | 0.28 | 1 | 0.33 | 43.06 | 1 | 0.33 |
| Hex | AA | 7A | 0 | 0 | 1C | 64 | 21 | 2B | 64 | 21 |
| Octal | 252 | 172 | 0 | 0 | 34 | 144 | 41 | 53 | 144 | 41 |
| Binary | 10101010 | 1111010 | 0 | 0 | 11100 | 1100100 | 100001 | 101011 | 1100100 | 100001 |
Color Harmonies of #AA7A00
Complementary color
Monochromatic Colors of #AA7A00
Black with #AA7A00
Text Example
Text Example
White with #AA7A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A00; }
p { color: rgb(170,122,0); }
H1.HeaderClassName
{
color: #AA7A00;
}
.AnyTagClassName
{
color: #AA7A00;
}
</style>
background-color css
<style>
a { background-color: #AA7A00; }
a { background-color: rgb(170,122,0); }
div.DivClassName
{
background-color: #AA7A00;
}
.BgClassName
{
background-color: #AA7A00;
}
</style>
border-color css
<style>
span { border-color: #AA7A00; }
span { border-color: rgb(170,122,0); }
td.TdClassName
{
border-color: #AA7A00;
}
.TagClassName
{
border-color: #AA7A00;
}
</style>