Shades of Hemp #A27A72
Tints of Hemp #A27A72
RGB
CMYK
RGB Variations
Color information
#A27A72 (or 0xA27A72) is known color: Hemp. HEX triplet: A2, 7A and 72. RGB value is (162,122,114). Sum of RGB (Red+Green+Blue) = 162+122+114=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A27A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27A72 is #5D858D. Grayscale: #858585. Windows color (decimal): -6129038 or 7502498. OLE color: 7502498.
HSL color Cylindrical-coordinate representation of color #A27A72: hue angle of 10º 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 #A27A72 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 122 | 114 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.36 |
| HSL | 10º | 0.21% | 0.54% | - |
| HSV(B) | 10º | 0.3% | 0.64% | - |
| XYZ | 24.9 | 22.82 | 19.01 | - |
| YUV | 133.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 122 | 114 | 0 | 0.25 | 0.30 | 0.36 | 10 | 0.21 | 0.54 |
| Hex | A2 | 7A | 72 | 0 | 19 | 1E | 24 | A | 15 | 36 |
| Octal | 242 | 172 | 162 | 0 | 31 | 36 | 44 | 12 | 25 | 66 |
| Binary | 10100010 | 1111010 | 1110010 | 0 | 11001 | 11110 | 100100 | 1010 | 10101 | 110110 |
Color Harmonies of #A27A72
Complementary color
Monochromatic Colors of #A27A72
Black with #A27A72
Text Example
Text Example
White with #A27A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27A72; }
p { color: rgb(162,122,114); }
H1.HeaderClassName
{
color: #A27A72;
}
.AnyTagClassName
{
color: #A27A72;
}
</style>
background-color css
<style>
a { background-color: #A27A72; }
a { background-color: rgb(162,122,114); }
div.DivClassName
{
background-color: #A27A72;
}
.BgClassName
{
background-color: #A27A72;
}
</style>
border-color css
<style>
span { border-color: #A27A72; }
span { border-color: rgb(162,122,114); }
td.TdClassName
{
border-color: #A27A72;
}
.TagClassName
{
border-color: #A27A72;
}
</style>