Shades of Dark Goldenrod #A07A06
Tints of Dark Goldenrod #A07A06
RGB
CMYK
RGB Variations
Color information
#A07A06 (or 0xA07A06) is known color: Dark Goldenrod. HEX triplet: A0, 7A and 06. RGB value is (160,122,6). Sum of RGB (Red+Green+Blue) = 160+122+6=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 122 (48.05% from 255 or 42.36% from 288); Blue value is 6 (2.73% from 255 or 2.08% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A06 is #5F85F9. Grayscale: #787878. Windows color (decimal): -6260218 or 424608. OLE color: 424608.
HSL color Cylindrical-coordinate representation of color #A07A06: hue angle of 45.19º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A07A06 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 6 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.37 |
| HSL | 45.19º | 0.93% | 0.33% | - |
| HSV(B) | 45.19º | 0.96% | 0.63% | - |
| XYZ | 21.49 | 21.41 | 3.17 | - |
| YUV | 120.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 6 | 0 | 0.24 | 0.96 | 0.37 | 45.19 | 0.93 | 0.33 |
| Hex | A0 | 7A | 6 | 0 | 18 | 60 | 25 | 2D | 5D | 21 |
| Octal | 240 | 172 | 6 | 0 | 30 | 140 | 45 | 55 | 135 | 41 |
| Binary | 10100000 | 1111010 | 110 | 0 | 11000 | 1100000 | 100101 | 101101 | 1011101 | 100001 |
Color Harmonies of #A07A06
Complementary color
Monochromatic Colors of #A07A06
Black with #A07A06
Text Example
Text Example
White with #A07A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A06; }
p { color: rgb(160,122,6); }
H1.HeaderClassName
{
color: #A07A06;
}
.AnyTagClassName
{
color: #A07A06;
}
</style>
background-color css
<style>
a { background-color: #A07A06; }
a { background-color: rgb(160,122,6); }
div.DivClassName
{
background-color: #A07A06;
}
.BgClassName
{
background-color: #A07A06;
}
</style>
border-color css
<style>
span { border-color: #A07A06; }
span { border-color: rgb(160,122,6); }
td.TdClassName
{
border-color: #A07A06;
}
.TagClassName
{
border-color: #A07A06;
}
</style>