Shades of Dark Goldenrod #A37C05
Tints of Dark Goldenrod #A37C05
RGB
CMYK
RGB Variations
Color information
#A37C05 (or 0xA37C05) is known color: Dark Goldenrod. HEX triplet: A3, 7C and 05. RGB value is (163,124,5). Sum of RGB (Red+Green+Blue) = 163+124+5=292 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.82% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C05 is #5C83FA. Grayscale: #7A7A7A. Windows color (decimal): -6063099 or 359587. OLE color: 359587.
HSL color Cylindrical-coordinate representation of color #A37C05: hue angle of 45.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A37C05 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 5 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.36 |
| HSL | 45.19º | 0.94% | 0.33% | - |
| HSV(B) | 45.19º | 0.97% | 0.64% | - |
| XYZ | 22.34 | 22.21 | 3.25 | - |
| YUV | 122.1 | 61.92 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 5 | 0 | 0.24 | 0.97 | 0.36 | 45.19 | 0.94 | 0.33 |
| Hex | A3 | 7C | 5 | 0 | 18 | 61 | 24 | 2D | 5E | 21 |
| Octal | 243 | 174 | 5 | 0 | 30 | 141 | 44 | 55 | 136 | 41 |
| Binary | 10100011 | 1111100 | 101 | 0 | 11000 | 1100001 | 100100 | 101101 | 1011110 | 100001 |
Color Harmonies of #A37C05
Complementary color
Monochromatic Colors of #A37C05
Black with #A37C05
Text Example
Text Example
White with #A37C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C05; }
p { color: rgb(163,124,5); }
H1.HeaderClassName
{
color: #A37C05;
}
.AnyTagClassName
{
color: #A37C05;
}
</style>
background-color css
<style>
a { background-color: #A37C05; }
a { background-color: rgb(163,124,5); }
div.DivClassName
{
background-color: #A37C05;
}
.BgClassName
{
background-color: #A37C05;
}
</style>
border-color css
<style>
span { border-color: #A37C05; }
span { border-color: rgb(163,124,5); }
td.TdClassName
{
border-color: #A37C05;
}
.TagClassName
{
border-color: #A37C05;
}
</style>