Shades of Hemp #A27E6E
Tints of Hemp #A27E6E
RGB
CMYK
RGB Variations
Color information
#A27E6E (or 0xA27E6E) is known color: Hemp. HEX triplet: A2, 7E and 6E. RGB value is (162,126,110). Sum of RGB (Red+Green+Blue) = 162+126+110=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27E6E is #5D8191. Grayscale: #878787. Windows color (decimal): -6128018 or 7241378. OLE color: 7241378.
HSL color Cylindrical-coordinate representation of color #A27E6E: hue angle of 18.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27E6E is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 126 | 110 | - |
| CMYK | 0 | 0.22 | 0.32 | 0.36 |
| HSL | 18.46º | 0.22% | 0.53% | - |
| HSV(B) | 18.46º | 0.32% | 0.64% | - |
| XYZ | 25.18 | 23.73 | 18.01 | - |
| YUV | 134.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 110 | 0 | 0.22 | 0.32 | 0.36 | 18.46 | 0.22 | 0.53 |
| Hex | A2 | 7E | 6E | 0 | 16 | 20 | 24 | 12 | 16 | 35 |
| Octal | 242 | 176 | 156 | 0 | 26 | 40 | 44 | 22 | 26 | 65 |
| Binary | 10100010 | 1111110 | 1101110 | 0 | 10110 | 100000 | 100100 | 10010 | 10110 | 110101 |
Color Harmonies of #A27E6E
Complementary color
Monochromatic Colors of #A27E6E
Black with #A27E6E
Text Example
Text Example
White with #A27E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27E6E; }
p { color: rgb(162,126,110); }
H1.HeaderClassName
{
color: #A27E6E;
}
.AnyTagClassName
{
color: #A27E6E;
}
</style>
background-color css
<style>
a { background-color: #A27E6E; }
a { background-color: rgb(162,126,110); }
div.DivClassName
{
background-color: #A27E6E;
}
.BgClassName
{
background-color: #A27E6E;
}
</style>
border-color css
<style>
span { border-color: #A27E6E; }
span { border-color: rgb(162,126,110); }
td.TdClassName
{
border-color: #A27E6E;
}
.TagClassName
{
border-color: #A27E6E;
}
</style>