Shades of Hemp #A37C6C
Tints of Hemp #A37C6C
RGB
CMYK
RGB Variations
Color information
#A37C6C (or 0xA37C6C) is known color: Hemp. HEX triplet: A3, 7C and 6C. RGB value is (163,124,108). Sum of RGB (Red+Green+Blue) = 163+124+108=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37C6C is #5C8393. Grayscale: #858585. Windows color (decimal): -6062996 or 7109795. OLE color: 7109795.
HSL color Cylindrical-coordinate representation of color #A37C6C: hue angle of 17.45º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A37C6C is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 124 | 108 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.36 |
| HSL | 17.45º | 0.23% | 0.53% | - |
| HSV(B) | 17.45º | 0.34% | 0.64% | - |
| XYZ | 25.02 | 23.28 | 17.36 | - |
| YUV | 133.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 124 | 108 | 0 | 0.24 | 0.34 | 0.36 | 17.45 | 0.23 | 0.53 |
| Hex | A3 | 7C | 6C | 0 | 18 | 22 | 24 | 11 | 17 | 35 |
| Octal | 243 | 174 | 154 | 0 | 30 | 42 | 44 | 21 | 27 | 65 |
| Binary | 10100011 | 1111100 | 1101100 | 0 | 11000 | 100010 | 100100 | 10001 | 10111 | 110101 |
Color Harmonies of #A37C6C
Complementary color
Monochromatic Colors of #A37C6C
Black with #A37C6C
Text Example
Text Example
White with #A37C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37C6C; }
p { color: rgb(163,124,108); }
H1.HeaderClassName
{
color: #A37C6C;
}
.AnyTagClassName
{
color: #A37C6C;
}
</style>
background-color css
<style>
a { background-color: #A37C6C; }
a { background-color: rgb(163,124,108); }
div.DivClassName
{
background-color: #A37C6C;
}
.BgClassName
{
background-color: #A37C6C;
}
</style>
border-color css
<style>
span { border-color: #A37C6C; }
span { border-color: rgb(163,124,108); }
td.TdClassName
{
border-color: #A37C6C;
}
.TagClassName
{
border-color: #A37C6C;
}
</style>