Shades of Dark Goldenrod #A07A02
Tints of Dark Goldenrod #A07A02
RGB
CMYK
RGB Variations
Color information
#A07A02 (or 0xA07A02) is known color: Dark Goldenrod. HEX triplet: A0, 7A and 02. RGB value is (160,122,2). Sum of RGB (Red+Green+Blue) = 160+122+2=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07A02 is #5F85FD. Grayscale: #787878. Windows color (decimal): -6260222 or 162464. OLE color: 162464.
HSL color Cylindrical-coordinate representation of color #A07A02: hue angle of 45.57º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A07A02 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.37 |
| HSL | 45.57º | 0.98% | 0.32% | - |
| HSV(B) | 45.57º | 0.99% | 0.63% | - |
| XYZ | 21.47 | 21.4 | 3.06 | - |
| YUV | 119.68 | 61.59 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 2 | 0 | 0.24 | 0.99 | 0.37 | 45.57 | 0.98 | 0.32 |
| Hex | A0 | 7A | 2 | 0 | 18 | 63 | 25 | 2E | 62 | 20 |
| Octal | 240 | 172 | 2 | 0 | 30 | 143 | 45 | 56 | 142 | 40 |
| Binary | 10100000 | 1111010 | 10 | 0 | 11000 | 1100011 | 100101 | 101110 | 1100010 | 100000 |
Color Harmonies of #A07A02
Complementary color
Monochromatic Colors of #A07A02
Black with #A07A02
Text Example
Text Example
White with #A07A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A02; }
p { color: rgb(160,122,2); }
H1.HeaderClassName
{
color: #A07A02;
}
.AnyTagClassName
{
color: #A07A02;
}
</style>
background-color css
<style>
a { background-color: #A07A02; }
a { background-color: rgb(160,122,2); }
div.DivClassName
{
background-color: #A07A02;
}
.BgClassName
{
background-color: #A07A02;
}
</style>
border-color css
<style>
span { border-color: #A07A02; }
span { border-color: rgb(160,122,2); }
td.TdClassName
{
border-color: #A07A02;
}
.TagClassName
{
border-color: #A07A02;
}
</style>