Shades of Hemp #A37F79
Tints of Hemp #A37F79
RGB
CMYK
RGB Variations
Color information
#A37F79 (or 0xA37F79) is known color: Hemp. HEX triplet: A3, 7F and 79. RGB value is (163,127,121). Sum of RGB (Red+Green+Blue) = 163+127+121=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F79 is #5C8086. Grayscale: #898989. Windows color (decimal): -6062215 or 7962531. OLE color: 7962531.
HSL color Cylindrical-coordinate representation of color #A37F79: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37F79 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 121 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.36 |
| HSL | 8.57º | 0.19% | 0.56% | - |
| HSV(B) | 8.57º | 0.26% | 0.64% | - |
| XYZ | 26.14 | 24.35 | 21.41 | - |
| YUV | 137.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 121 | 0 | 0.22 | 0.26 | 0.36 | 8.57 | 0.19 | 0.56 |
| Hex | A3 | 7F | 79 | 0 | 16 | 1A | 24 | 9 | 13 | 38 |
| Octal | 243 | 177 | 171 | 0 | 26 | 32 | 44 | 11 | 23 | 70 |
| Binary | 10100011 | 1111111 | 1111001 | 0 | 10110 | 11010 | 100100 | 1001 | 10011 | 111000 |
Color Harmonies of #A37F79
Complementary color
Monochromatic Colors of #A37F79
Black with #A37F79
Text Example
Text Example
White with #A37F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F79; }
p { color: rgb(163,127,121); }
H1.HeaderClassName
{
color: #A37F79;
}
.AnyTagClassName
{
color: #A37F79;
}
</style>
background-color css
<style>
a { background-color: #A37F79; }
a { background-color: rgb(163,127,121); }
div.DivClassName
{
background-color: #A37F79;
}
.BgClassName
{
background-color: #A37F79;
}
</style>
border-color css
<style>
span { border-color: #A37F79; }
span { border-color: rgb(163,127,121); }
td.TdClassName
{
border-color: #A37F79;
}
.TagClassName
{
border-color: #A37F79;
}
</style>