Shades of Dark Goldenrod #A07D03
Tints of Dark Goldenrod #A07D03
RGB
CMYK
RGB Variations
Color information
#A07D03 (or 0xA07D03) is known color: Dark Goldenrod. HEX triplet: A0, 7D and 03. RGB value is (160,125,3). Sum of RGB (Red+Green+Blue) = 160+125+3=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A07D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A07D03 is #5F82FC. Grayscale: #7A7A7A. Windows color (decimal): -6259453 or 228768. OLE color: 228768.
HSL color Cylindrical-coordinate representation of color #A07D03: hue angle of 46.62º 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 #A07D03 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 125 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.37 |
| HSL | 46.62º | 0.96% | 0.32% | - |
| HSV(B) | 46.62º | 0.98% | 0.63% | - |
| XYZ | 21.85 | 22.15 | 3.21 | - |
| YUV | 121.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 3 | 0 | 0.22 | 0.98 | 0.37 | 46.62 | 0.96 | 0.32 |
| Hex | A0 | 7D | 3 | 0 | 16 | 62 | 25 | 2F | 60 | 20 |
| Octal | 240 | 175 | 3 | 0 | 26 | 142 | 45 | 57 | 140 | 40 |
| Binary | 10100000 | 1111101 | 11 | 0 | 10110 | 1100010 | 100101 | 101111 | 1100000 | 100000 |
Color Harmonies of #A07D03
Complementary color
Monochromatic Colors of #A07D03
Black with #A07D03
Text Example
Text Example
White with #A07D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07D03; }
p { color: rgb(160,125,3); }
H1.HeaderClassName
{
color: #A07D03;
}
.AnyTagClassName
{
color: #A07D03;
}
</style>
background-color css
<style>
a { background-color: #A07D03; }
a { background-color: rgb(160,125,3); }
div.DivClassName
{
background-color: #A07D03;
}
.BgClassName
{
background-color: #A07D03;
}
</style>
border-color css
<style>
span { border-color: #A07D03; }
span { border-color: rgb(160,125,3); }
td.TdClassName
{
border-color: #A07D03;
}
.TagClassName
{
border-color: #A07D03;
}
</style>