Shades of Hemp #A27F70
Tints of Hemp #A27F70
RGB
CMYK
RGB Variations
Color information
#A27F70 (or 0xA27F70) is known color: Hemp. HEX triplet: A2, 7F and 70. RGB value is (162,127,112). Sum of RGB (Red+Green+Blue) = 162+127+112=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F70 is #5D808F. Grayscale: #878787. Windows color (decimal): -6127760 or 7372706. OLE color: 7372706.
HSL color Cylindrical-coordinate representation of color #A27F70: hue angle of 18º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27F70 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 112 | - |
| CMYK | 0 | 0.22 | 0.31 | 0.36 |
| HSL | 18º | 0.21% | 0.54% | - |
| HSV(B) | 18º | 0.31% | 0.64% | - |
| XYZ | 25.41 | 24.03 | 18.63 | - |
| YUV | 135.76 | 114.6 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 112 | 0 | 0.22 | 0.31 | 0.36 | 18 | 0.21 | 0.54 |
| Hex | A2 | 7F | 70 | 0 | 16 | 1F | 24 | 12 | 15 | 36 |
| Octal | 242 | 177 | 160 | 0 | 26 | 37 | 44 | 22 | 25 | 66 |
| Binary | 10100010 | 1111111 | 1110000 | 0 | 10110 | 11111 | 100100 | 10010 | 10101 | 110110 |
Color Harmonies of #A27F70
Complementary color
Monochromatic Colors of #A27F70
Black with #A27F70
Text Example
Text Example
White with #A27F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F70; }
p { color: rgb(162,127,112); }
H1.HeaderClassName
{
color: #A27F70;
}
.AnyTagClassName
{
color: #A27F70;
}
</style>
background-color css
<style>
a { background-color: #A27F70; }
a { background-color: rgb(162,127,112); }
div.DivClassName
{
background-color: #A27F70;
}
.BgClassName
{
background-color: #A27F70;
}
</style>
border-color css
<style>
span { border-color: #A27F70; }
span { border-color: rgb(162,127,112); }
td.TdClassName
{
border-color: #A27F70;
}
.TagClassName
{
border-color: #A27F70;
}
</style>