Shades of Hemp #A27C73
Tints of Hemp #A27C73
RGB
CMYK
RGB Variations
Color information
#A27C73 (or 0xA27C73) is known color: Hemp. HEX triplet: A2, 7C and 73. RGB value is (162,124,115). Sum of RGB (Red+Green+Blue) = 162+124+115=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A27C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27C73 is #5D838C. Grayscale: #868686. Windows color (decimal): -6128525 or 7568546. OLE color: 7568546.
HSL color Cylindrical-coordinate representation of color #A27C73: hue angle of 11.49º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27C73 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 124 | 115 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.36 |
| HSL | 11.49º | 0.2% | 0.54% | - |
| HSV(B) | 11.49º | 0.29% | 0.64% | - |
| XYZ | 25.2 | 23.33 | 19.4 | - |
| YUV | 134.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 124 | 115 | 0 | 0.23 | 0.29 | 0.36 | 11.49 | 0.2 | 0.54 |
| Hex | A2 | 7C | 73 | 0 | 17 | 1D | 24 | B | 14 | 36 |
| Octal | 242 | 174 | 163 | 0 | 27 | 35 | 44 | 13 | 24 | 66 |
| Binary | 10100010 | 1111100 | 1110011 | 0 | 10111 | 11101 | 100100 | 1011 | 10100 | 110110 |
Color Harmonies of #A27C73
Complementary color
Monochromatic Colors of #A27C73
Black with #A27C73
Text Example
Text Example
White with #A27C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27C73; }
p { color: rgb(162,124,115); }
H1.HeaderClassName
{
color: #A27C73;
}
.AnyTagClassName
{
color: #A27C73;
}
</style>
background-color css
<style>
a { background-color: #A27C73; }
a { background-color: rgb(162,124,115); }
div.DivClassName
{
background-color: #A27C73;
}
.BgClassName
{
background-color: #A27C73;
}
</style>
border-color css
<style>
span { border-color: #A27C73; }
span { border-color: rgb(162,124,115); }
td.TdClassName
{
border-color: #A27C73;
}
.TagClassName
{
border-color: #A27C73;
}
</style>