Shades of Hemp #A27F73
Tints of Hemp #A27F73
RGB
CMYK
RGB Variations
Color information
#A27F73 (or 0xA27F73) is known color: Hemp. HEX triplet: A2, 7F and 73. RGB value is (162,127,115). Sum of RGB (Red+Green+Blue) = 162+127+115=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27F73 is #5D808C. Grayscale: #888888. Windows color (decimal): -6127757 or 7569314. OLE color: 7569314.
HSL color Cylindrical-coordinate representation of color #A27F73: hue angle of 15.32º 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 #A27F73 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 127 | 115 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.36 |
| HSL | 15.32º | 0.2% | 0.54% | - |
| HSV(B) | 15.32º | 0.29% | 0.64% | - |
| XYZ | 25.58 | 24.1 | 19.52 | - |
| YUV | 136.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 115 | 0 | 0.22 | 0.29 | 0.36 | 15.32 | 0.2 | 0.54 |
| Hex | A2 | 7F | 73 | 0 | 16 | 1D | 24 | F | 14 | 36 |
| Octal | 242 | 177 | 163 | 0 | 26 | 35 | 44 | 17 | 24 | 66 |
| Binary | 10100010 | 1111111 | 1110011 | 0 | 10110 | 11101 | 100100 | 1111 | 10100 | 110110 |
Color Harmonies of #A27F73
Complementary color
Monochromatic Colors of #A27F73
Black with #A27F73
Text Example
Text Example
White with #A27F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27F73; }
p { color: rgb(162,127,115); }
H1.HeaderClassName
{
color: #A27F73;
}
.AnyTagClassName
{
color: #A27F73;
}
</style>
background-color css
<style>
a { background-color: #A27F73; }
a { background-color: rgb(162,127,115); }
div.DivClassName
{
background-color: #A27F73;
}
.BgClassName
{
background-color: #A27F73;
}
</style>
border-color css
<style>
span { border-color: #A27F73; }
span { border-color: rgb(162,127,115); }
td.TdClassName
{
border-color: #A27F73;
}
.TagClassName
{
border-color: #A27F73;
}
</style>