Shades of Dark Goldenrod #AA7A07
Tints of Dark Goldenrod #AA7A07
RGB
CMYK
RGB Variations
Color information
#AA7A07 (or 0xAA7A07) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 07. RGB value is (170,122,7). Sum of RGB (Red+Green+Blue) = 170+122+7=299 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.86% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 7 (3.12% from 255 or 2.34% from 299); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A07 is #5585F8. Grayscale: #7B7B7B. Windows color (decimal): -5604857 or 490154. OLE color: 490154.
HSL color Cylindrical-coordinate representation of color #AA7A07: hue angle of 42.33º 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 #AA7A07 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 122 | 7 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.33 |
| HSL | 42.33º | 0.92% | 0.35% | - |
| HSV(B) | 42.33º | 0.96% | 0.67% | - |
| XYZ | 23.58 | 22.48 | 3.3 | - |
| YUV | 123.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 122 | 7 | 0 | 0.28 | 0.96 | 0.33 | 42.33 | 0.92 | 0.35 |
| Hex | AA | 7A | 7 | 0 | 1C | 60 | 21 | 2A | 5C | 23 |
| Octal | 252 | 172 | 7 | 0 | 34 | 140 | 41 | 52 | 134 | 43 |
| Binary | 10101010 | 1111010 | 111 | 0 | 11100 | 1100000 | 100001 | 101010 | 1011100 | 100011 |
Color Harmonies of #AA7A07
Complementary color
Monochromatic Colors of #AA7A07
Black with #AA7A07
Text Example
Text Example
White with #AA7A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7A07; }
p { color: rgb(170,122,7); }
H1.HeaderClassName
{
color: #AA7A07;
}
.AnyTagClassName
{
color: #AA7A07;
}
</style>
background-color css
<style>
a { background-color: #AA7A07; }
a { background-color: rgb(170,122,7); }
div.DivClassName
{
background-color: #AA7A07;
}
.BgClassName
{
background-color: #AA7A07;
}
</style>
border-color css
<style>
span { border-color: #AA7A07; }
span { border-color: rgb(170,122,7); }
td.TdClassName
{
border-color: #AA7A07;
}
.TagClassName
{
border-color: #AA7A07;
}
</style>