Shades of Hemp #A27D71
Tints of Hemp #A27D71
RGB
CMYK
RGB Variations
Color information
#A27D71 (or 0xA27D71) is known color: Hemp. HEX triplet: A2, 7D and 71. RGB value is (162,125,113). Sum of RGB (Red+Green+Blue) = 162+125+113=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A27D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27D71 is #5D828E. Grayscale: #868686. Windows color (decimal): -6128271 or 7437730. OLE color: 7437730.
HSL color Cylindrical-coordinate representation of color #A27D71: hue angle of 14.69º 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 #A27D71 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 125 | 113 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.36 |
| HSL | 14.69º | 0.21% | 0.54% | - |
| HSV(B) | 14.69º | 0.3% | 0.64% | - |
| XYZ | 25.21 | 23.54 | 18.84 | - |
| YUV | 134.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 113 | 0 | 0.23 | 0.30 | 0.36 | 14.69 | 0.21 | 0.54 |
| Hex | A2 | 7D | 71 | 0 | 17 | 1E | 24 | F | 15 | 36 |
| Octal | 242 | 175 | 161 | 0 | 27 | 36 | 44 | 17 | 25 | 66 |
| Binary | 10100010 | 1111101 | 1110001 | 0 | 10111 | 11110 | 100100 | 1111 | 10101 | 110110 |
Color Harmonies of #A27D71
Complementary color
Monochromatic Colors of #A27D71
Black with #A27D71
Text Example
Text Example
White with #A27D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27D71; }
p { color: rgb(162,125,113); }
H1.HeaderClassName
{
color: #A27D71;
}
.AnyTagClassName
{
color: #A27D71;
}
</style>
background-color css
<style>
a { background-color: #A27D71; }
a { background-color: rgb(162,125,113); }
div.DivClassName
{
background-color: #A27D71;
}
.BgClassName
{
background-color: #A27D71;
}
</style>
border-color css
<style>
span { border-color: #A27D71; }
span { border-color: rgb(162,125,113); }
td.TdClassName
{
border-color: #A27D71;
}
.TagClassName
{
border-color: #A27D71;
}
</style>