Shades of Dark Goldenrod #A37C0B
Tints of Dark Goldenrod #A37C0B
RGB
CMYK
RGB Variations
Color information
#A37C0B (or 0xA37C0B) is known color: Dark Goldenrod. HEX triplet: A3, 7C and 0B. RGB value is (163,124,11). Sum of RGB (Red+Green+Blue) = 163+124+11=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C0B is #5C83F4. Grayscale: #7B7B7B. Windows color (decimal): -6063093 or 752803. OLE color: 752803.
HSL color Cylindrical-coordinate representation of color #A37C0B: hue angle of 44.61º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A37C0B is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 11 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.36 |
| HSL | 44.61º | 0.87% | 0.34% | - |
| HSV(B) | 44.61º | 0.93% | 0.64% | - |
| XYZ | 22.37 | 22.23 | 3.43 | - |
| YUV | 122.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 11 | 0 | 0.24 | 0.93 | 0.36 | 44.61 | 0.87 | 0.34 |
| Hex | A3 | 7C | B | 0 | 18 | 5D | 24 | 2D | 57 | 22 |
| Octal | 243 | 174 | 13 | 0 | 30 | 135 | 44 | 55 | 127 | 42 |
| Binary | 10100011 | 1111100 | 1011 | 0 | 11000 | 1011101 | 100100 | 101101 | 1010111 | 100010 |
Color Harmonies of #A37C0B
Complementary color
Monochromatic Colors of #A37C0B
Black with #A37C0B
Text Example
Text Example
White with #A37C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C0B; }
p { color: rgb(163,124,11); }
H1.HeaderClassName
{
color: #A37C0B;
}
.AnyTagClassName
{
color: #A37C0B;
}
</style>
background-color css
<style>
a { background-color: #A37C0B; }
a { background-color: rgb(163,124,11); }
div.DivClassName
{
background-color: #A37C0B;
}
.BgClassName
{
background-color: #A37C0B;
}
</style>
border-color css
<style>
span { border-color: #A37C0B; }
span { border-color: rgb(163,124,11); }
td.TdClassName
{
border-color: #A37C0B;
}
.TagClassName
{
border-color: #A37C0B;
}
</style>