Shades of Dark Goldenrod #A37F03
Tints of Dark Goldenrod #A37F03
RGB
CMYK
RGB Variations
Color information
#A37F03 (or 0xA37F03) is known color: Dark Goldenrod. HEX triplet: A3, 7F and 03. RGB value is (163,127,3). Sum of RGB (Red+Green+Blue) = 163+127+3=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 127 (50% from 255 or 43.34% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37F03 is #5C80FC. Grayscale: #7C7C7C. Windows color (decimal): -6062333 or 229283. OLE color: 229283.
HSL color Cylindrical-coordinate representation of color #A37F03: hue angle of 46.5º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A37F03 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 3 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.36 |
| HSL | 46.5º | 0.96% | 0.33% | - |
| HSV(B) | 46.5º | 0.98% | 0.64% | - |
| XYZ | 22.71 | 22.97 | 3.32 | - |
| YUV | 123.63 | 59.93 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 3 | 0 | 0.22 | 0.98 | 0.36 | 46.5 | 0.96 | 0.33 |
| Hex | A3 | 7F | 3 | 0 | 16 | 62 | 24 | 2E | 60 | 21 |
| Octal | 243 | 177 | 3 | 0 | 26 | 142 | 44 | 56 | 140 | 41 |
| Binary | 10100011 | 1111111 | 11 | 0 | 10110 | 1100010 | 100100 | 101110 | 1100000 | 100001 |
Color Harmonies of #A37F03
Complementary color
Monochromatic Colors of #A37F03
Black with #A37F03
Text Example
Text Example
White with #A37F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F03; }
p { color: rgb(163,127,3); }
H1.HeaderClassName
{
color: #A37F03;
}
.AnyTagClassName
{
color: #A37F03;
}
</style>
background-color css
<style>
a { background-color: #A37F03; }
a { background-color: rgb(163,127,3); }
div.DivClassName
{
background-color: #A37F03;
}
.BgClassName
{
background-color: #A37F03;
}
</style>
border-color css
<style>
span { border-color: #A37F03; }
span { border-color: rgb(163,127,3); }
td.TdClassName
{
border-color: #A37F03;
}
.TagClassName
{
border-color: #A37F03;
}
</style>