Shades of Dark Goldenrod #AA7F0A
Tints of Dark Goldenrod #AA7F0A
RGB
CMYK
RGB Variations
Color information
#AA7F0A (or 0xAA7F0A) is known color: Dark Goldenrod. HEX triplet: AA, 7F and 0A. RGB value is (170,127,10). Sum of RGB (Red+Green+Blue) = 170+127+10=307 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.37% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7F0A is #5580F5. Grayscale: #7F7F7F. Windows color (decimal): -5603574 or 688042. OLE color: 688042.
HSL color Cylindrical-coordinate representation of color #AA7F0A: hue angle of 43.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA7F0A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 10 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.33 |
| HSL | 43.88º | 0.89% | 0.35% | - |
| HSV(B) | 43.88º | 0.94% | 0.67% | - |
| XYZ | 24.22 | 23.75 | 3.59 | - |
| YUV | 126.52 | 62.25 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 10 | 0 | 0.25 | 0.94 | 0.33 | 43.88 | 0.89 | 0.35 |
| Hex | AA | 7F | A | 0 | 19 | 5E | 21 | 2C | 59 | 23 |
| Octal | 252 | 177 | 12 | 0 | 31 | 136 | 41 | 54 | 131 | 43 |
| Binary | 10101010 | 1111111 | 1010 | 0 | 11001 | 1011110 | 100001 | 101100 | 1011001 | 100011 |
Color Harmonies of #AA7F0A
Complementary color
Monochromatic Colors of #AA7F0A
Black with #AA7F0A
Text Example
Text Example
White with #AA7F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F0A; }
p { color: rgb(170,127,10); }
H1.HeaderClassName
{
color: #AA7F0A;
}
.AnyTagClassName
{
color: #AA7F0A;
}
</style>
background-color css
<style>
a { background-color: #AA7F0A; }
a { background-color: rgb(170,127,10); }
div.DivClassName
{
background-color: #AA7F0A;
}
.BgClassName
{
background-color: #AA7F0A;
}
</style>
border-color css
<style>
span { border-color: #AA7F0A; }
span { border-color: rgb(170,127,10); }
td.TdClassName
{
border-color: #AA7F0A;
}
.TagClassName
{
border-color: #AA7F0A;
}
</style>