Shades of Dark Goldenrod #A07D01
Tints of Dark Goldenrod #A07D01
RGB
CMYK
RGB Variations
Color information
#A07D01 (or 0xA07D01) is known color: Dark Goldenrod. HEX triplet: A0, 7D and 01. RGB value is (160,125,1). Sum of RGB (Red+Green+Blue) = 160+125+1=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 125 (49.22% from 255 or 43.71% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D01 is #5F82FE. Grayscale: #797979. Windows color (decimal): -6259455 or 97696. OLE color: 97696.
HSL color Cylindrical-coordinate representation of color #A07D01: hue angle of 46.79º 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 #A07D01 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.37 |
| HSL | 46.79º | 0.99% | 0.32% | - |
| HSV(B) | 46.79º | 0.99% | 0.63% | - |
| XYZ | 21.84 | 22.14 | 3.15 | - |
| YUV | 121.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 1 | 0 | 0.22 | 0.99 | 0.37 | 46.79 | 0.99 | 0.32 |
| Hex | A0 | 7D | 1 | 0 | 16 | 63 | 25 | 2F | 63 | 20 |
| Octal | 240 | 175 | 1 | 0 | 26 | 143 | 45 | 57 | 143 | 40 |
| Binary | 10100000 | 1111101 | 1 | 0 | 10110 | 1100011 | 100101 | 101111 | 1100011 | 100000 |
Color Harmonies of #A07D01
Complementary color
Monochromatic Colors of #A07D01
Black with #A07D01
Text Example
Text Example
White with #A07D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D01; }
p { color: rgb(160,125,1); }
H1.HeaderClassName
{
color: #A07D01;
}
.AnyTagClassName
{
color: #A07D01;
}
</style>
background-color css
<style>
a { background-color: #A07D01; }
a { background-color: rgb(160,125,1); }
div.DivClassName
{
background-color: #A07D01;
}
.BgClassName
{
background-color: #A07D01;
}
</style>
border-color css
<style>
span { border-color: #A07D01; }
span { border-color: rgb(160,125,1); }
td.TdClassName
{
border-color: #A07D01;
}
.TagClassName
{
border-color: #A07D01;
}
</style>