Shades of Dark Goldenrod #A07E01
Tints of Dark Goldenrod #A07E01
RGB
CMYK
RGB Variations
Color information
#A07E01 (or 0xA07E01) is known color: Dark Goldenrod. HEX triplet: A0, 7E and 01. RGB value is (160,126,1). Sum of RGB (Red+Green+Blue) = 160+126+1=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A07E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07E01 is #5F81FE. Grayscale: #7A7A7A. Windows color (decimal): -6259199 or 97952. OLE color: 97952.
HSL color Cylindrical-coordinate representation of color #A07E01: hue angle of 47.17º degrees, saturation: 0.99, 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 #A07E01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 126 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.37 |
| HSL | 47.17º | 0.99% | 0.32% | - |
| HSV(B) | 47.17º | 0.99% | 0.63% | - |
| XYZ | 21.96 | 22.4 | 3.19 | - |
| YUV | 121.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 1 | 0 | 0.21 | 0.99 | 0.37 | 47.17 | 0.99 | 0.32 |
| Hex | A0 | 7E | 1 | 0 | 15 | 63 | 25 | 2F | 63 | 20 |
| Octal | 240 | 176 | 1 | 0 | 25 | 143 | 45 | 57 | 143 | 40 |
| Binary | 10100000 | 1111110 | 1 | 0 | 10101 | 1100011 | 100101 | 101111 | 1100011 | 100000 |
Color Harmonies of #A07E01
Complementary color
Monochromatic Colors of #A07E01
Black with #A07E01
Text Example
Text Example
White with #A07E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07E01; }
p { color: rgb(160,126,1); }
H1.HeaderClassName
{
color: #A07E01;
}
.AnyTagClassName
{
color: #A07E01;
}
</style>
background-color css
<style>
a { background-color: #A07E01; }
a { background-color: rgb(160,126,1); }
div.DivClassName
{
background-color: #A07E01;
}
.BgClassName
{
background-color: #A07E01;
}
</style>
border-color css
<style>
span { border-color: #A07E01; }
span { border-color: rgb(160,126,1); }
td.TdClassName
{
border-color: #A07E01;
}
.TagClassName
{
border-color: #A07E01;
}
</style>