Shades of Hemp #A27B71
Tints of Hemp #A27B71
RGB
CMYK
RGB Variations
Color information
#A27B71 (or 0xA27B71) is known color: Hemp. HEX triplet: A2, 7B and 71. RGB value is (162,123,113). Sum of RGB (Red+Green+Blue) = 162+123+113=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27B71 is #5D848E. Grayscale: #858585. Windows color (decimal): -6128783 or 7437218. OLE color: 7437218.
HSL color Cylindrical-coordinate representation of color #A27B71: hue angle of 12.24º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A27B71 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 123 | 113 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.36 |
| HSL | 12.24º | 0.21% | 0.54% | - |
| HSV(B) | 12.24º | 0.3% | 0.64% | - |
| XYZ | 24.96 | 23.04 | 18.75 | - |
| YUV | 133.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 123 | 113 | 0 | 0.24 | 0.30 | 0.36 | 12.24 | 0.21 | 0.54 |
| Hex | A2 | 7B | 71 | 0 | 18 | 1E | 24 | C | 15 | 36 |
| Octal | 242 | 173 | 161 | 0 | 30 | 36 | 44 | 14 | 25 | 66 |
| Binary | 10100010 | 1111011 | 1110001 | 0 | 11000 | 11110 | 100100 | 1100 | 10101 | 110110 |
Color Harmonies of #A27B71
Complementary color
Monochromatic Colors of #A27B71
Black with #A27B71
Text Example
Text Example
White with #A27B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27B71; }
p { color: rgb(162,123,113); }
H1.HeaderClassName
{
color: #A27B71;
}
.AnyTagClassName
{
color: #A27B71;
}
</style>
background-color css
<style>
a { background-color: #A27B71; }
a { background-color: rgb(162,123,113); }
div.DivClassName
{
background-color: #A27B71;
}
.BgClassName
{
background-color: #A27B71;
}
</style>
border-color css
<style>
span { border-color: #A27B71; }
span { border-color: rgb(162,123,113); }
td.TdClassName
{
border-color: #A27B71;
}
.TagClassName
{
border-color: #A27B71;
}
</style>