Shades of Dark Goldenrod #A37C07
Tints of Dark Goldenrod #A37C07
RGB
CMYK
RGB Variations
Color information
#A37C07 (or 0xA37C07) is known color: Dark Goldenrod. HEX triplet: A3, 7C and 07. RGB value is (163,124,7). Sum of RGB (Red+Green+Blue) = 163+124+7=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C07 is #5C83F8. Grayscale: #7A7A7A. Windows color (decimal): -6063097 or 490659. OLE color: 490659.
HSL color Cylindrical-coordinate representation of color #A37C07: hue angle of 45º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A37C07 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.36 |
| HSL | 45º | 0.92% | 0.33% | - |
| HSV(B) | 45º | 0.96% | 0.64% | - |
| XYZ | 22.35 | 22.22 | 3.31 | - |
| YUV | 122.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 7 | 0 | 0.24 | 0.96 | 0.36 | 45 | 0.92 | 0.33 |
| Hex | A3 | 7C | 7 | 0 | 18 | 60 | 24 | 2D | 5C | 21 |
| Octal | 243 | 174 | 7 | 0 | 30 | 140 | 44 | 55 | 134 | 41 |
| Binary | 10100011 | 1111100 | 111 | 0 | 11000 | 1100000 | 100100 | 101101 | 1011100 | 100001 |
Color Harmonies of #A37C07
Complementary color
Monochromatic Colors of #A37C07
Black with #A37C07
Text Example
Text Example
White with #A37C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C07; }
p { color: rgb(163,124,7); }
H1.HeaderClassName
{
color: #A37C07;
}
.AnyTagClassName
{
color: #A37C07;
}
</style>
background-color css
<style>
a { background-color: #A37C07; }
a { background-color: rgb(163,124,7); }
div.DivClassName
{
background-color: #A37C07;
}
.BgClassName
{
background-color: #A37C07;
}
</style>
border-color css
<style>
span { border-color: #A37C07; }
span { border-color: rgb(163,124,7); }
td.TdClassName
{
border-color: #A37C07;
}
.TagClassName
{
border-color: #A37C07;
}
</style>