Shades of Hemp #A37F78
Tints of Hemp #A37F78
RGB
CMYK
RGB Variations
Color information
#A37F78 (or 0xA37F78) is known color: Hemp. HEX triplet: A3, 7F and 78. RGB value is (163,127,120). Sum of RGB (Red+Green+Blue) = 163+127+120=410 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.76% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 163 - color contains mainly: red. Hex color #A37F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37F78 is #5C8087. Grayscale: #898989. Windows color (decimal): -6062216 or 7896995. OLE color: 7896995.
HSL color Cylindrical-coordinate representation of color #A37F78: hue angle of 9.77º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A37F78 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 127 | 120 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.36 |
| HSL | 9.77º | 0.19% | 0.55% | - |
| HSV(B) | 9.77º | 0.26% | 0.64% | - |
| XYZ | 26.08 | 24.32 | 21.09 | - |
| YUV | 136.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 120 | 0 | 0.22 | 0.26 | 0.36 | 9.77 | 0.19 | 0.55 |
| Hex | A3 | 7F | 78 | 0 | 16 | 1A | 24 | A | 13 | 37 |
| Octal | 243 | 177 | 170 | 0 | 26 | 32 | 44 | 12 | 23 | 67 |
| Binary | 10100011 | 1111111 | 1111000 | 0 | 10110 | 11010 | 100100 | 1010 | 10011 | 110111 |
Color Harmonies of #A37F78
Complementary color
Monochromatic Colors of #A37F78
Black with #A37F78
Text Example
Text Example
White with #A37F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37F78; }
p { color: rgb(163,127,120); }
H1.HeaderClassName
{
color: #A37F78;
}
.AnyTagClassName
{
color: #A37F78;
}
</style>
background-color css
<style>
a { background-color: #A37F78; }
a { background-color: rgb(163,127,120); }
div.DivClassName
{
background-color: #A37F78;
}
.BgClassName
{
background-color: #A37F78;
}
</style>
border-color css
<style>
span { border-color: #A37F78; }
span { border-color: rgb(163,127,120); }
td.TdClassName
{
border-color: #A37F78;
}
.TagClassName
{
border-color: #A37F78;
}
</style>