Shades of Dark Goldenrod #A07C03
Tints of Dark Goldenrod #A07C03
RGB
CMYK
RGB Variations
Color information
#A07C03 (or 0xA07C03) is known color: Dark Goldenrod. HEX triplet: A0, 7C and 03. RGB value is (160,124,3). Sum of RGB (Red+Green+Blue) = 160+124+3=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 124 (48.83% from 255 or 43.21% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07C03 is #5F83FC. Grayscale: #797979. Windows color (decimal): -6259709 or 228512. OLE color: 228512.
HSL color Cylindrical-coordinate representation of color #A07C03: hue angle of 46.24º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A07C03 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 124 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.37 |
| HSL | 46.24º | 0.96% | 0.32% | - |
| HSV(B) | 46.24º | 0.98% | 0.63% | - |
| XYZ | 21.72 | 21.9 | 3.17 | - |
| YUV | 120.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 3 | 0 | 0.22 | 0.98 | 0.37 | 46.24 | 0.96 | 0.32 |
| Hex | A0 | 7C | 3 | 0 | 16 | 62 | 25 | 2E | 60 | 20 |
| Octal | 240 | 174 | 3 | 0 | 26 | 142 | 45 | 56 | 140 | 40 |
| Binary | 10100000 | 1111100 | 11 | 0 | 10110 | 1100010 | 100101 | 101110 | 1100000 | 100000 |
Color Harmonies of #A07C03
Complementary color
Monochromatic Colors of #A07C03
Black with #A07C03
Text Example
Text Example
White with #A07C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07C03; }
p { color: rgb(160,124,3); }
H1.HeaderClassName
{
color: #A07C03;
}
.AnyTagClassName
{
color: #A07C03;
}
</style>
background-color css
<style>
a { background-color: #A07C03; }
a { background-color: rgb(160,124,3); }
div.DivClassName
{
background-color: #A07C03;
}
.BgClassName
{
background-color: #A07C03;
}
</style>
border-color css
<style>
span { border-color: #A07C03; }
span { border-color: rgb(160,124,3); }
td.TdClassName
{
border-color: #A07C03;
}
.TagClassName
{
border-color: #A07C03;
}
</style>