Shades of Hemp #A27F78
Tints of Hemp #A27F78
RGB
CMYK
RGB Variations
Color information
#A27F78 (or 0xA27F78) is known color: Hemp. HEX triplet: A2, 7F and 78. RGB value is (162,127,120). Sum of RGB (Red+Green+Blue) = 162+127+120=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F78 is #5D8087. Grayscale: #888888. Windows color (decimal): -6127752 or 7896994. OLE color: 7896994.
HSL color Cylindrical-coordinate representation of color #A27F78: hue angle of 10º degrees, saturation: 0.18, 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 #A27F78 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 120 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.36 |
| HSL | 10º | 0.18% | 0.55% | - |
| HSV(B) | 10º | 0.26% | 0.64% | - |
| XYZ | 25.88 | 24.22 | 21.08 | - |
| YUV | 136.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 120 | 0 | 0.22 | 0.26 | 0.36 | 10 | 0.18 | 0.55 |
| Hex | A2 | 7F | 78 | 0 | 16 | 1A | 24 | A | 12 | 37 |
| Octal | 242 | 177 | 170 | 0 | 26 | 32 | 44 | 12 | 22 | 67 |
| Binary | 10100010 | 1111111 | 1111000 | 0 | 10110 | 11010 | 100100 | 1010 | 10010 | 110111 |
Color Harmonies of #A27F78
Complementary color
Monochromatic Colors of #A27F78
Black with #A27F78
Text Example
Text Example
White with #A27F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F78; }
p { color: rgb(162,127,120); }
H1.HeaderClassName
{
color: #A27F78;
}
.AnyTagClassName
{
color: #A27F78;
}
</style>
background-color css
<style>
a { background-color: #A27F78; }
a { background-color: rgb(162,127,120); }
div.DivClassName
{
background-color: #A27F78;
}
.BgClassName
{
background-color: #A27F78;
}
</style>
border-color css
<style>
span { border-color: #A27F78; }
span { border-color: rgb(162,127,120); }
td.TdClassName
{
border-color: #A27F78;
}
.TagClassName
{
border-color: #A27F78;
}
</style>