Shades of Hemp #A2776F
Tints of Hemp #A2776F
RGB
CMYK
RGB Variations
Color information
#A2776F (or 0xA2776F) is known color: Hemp. HEX triplet: A2, 77 and 6F. RGB value is (162,119,111). Sum of RGB (Red+Green+Blue) = 162+119+111=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A2776F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2776F is #5D8890. Grayscale: #838383. Windows color (decimal): -6129809 or 7305122. OLE color: 7305122.
HSL color Cylindrical-coordinate representation of color #A2776F: hue angle of 9.41º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2776F is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 119 | 111 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.36 |
| HSL | 9.41º | 0.22% | 0.54% | - |
| HSV(B) | 9.41º | 0.31% | 0.64% | - |
| XYZ | 24.37 | 22.02 | 18.01 | - |
| YUV | 130.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 119 | 111 | 0 | 0.27 | 0.31 | 0.36 | 9.41 | 0.22 | 0.54 |
| Hex | A2 | 77 | 6F | 0 | 1B | 1F | 24 | 9 | 16 | 36 |
| Octal | 242 | 167 | 157 | 0 | 33 | 37 | 44 | 11 | 26 | 66 |
| Binary | 10100010 | 1110111 | 1101111 | 0 | 11011 | 11111 | 100100 | 1001 | 10110 | 110110 |
Color Harmonies of #A2776F
Complementary color
Monochromatic Colors of #A2776F
Black with #A2776F
Text Example
Text Example
White with #A2776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2776F; }
p { color: rgb(162,119,111); }
H1.HeaderClassName
{
color: #A2776F;
}
.AnyTagClassName
{
color: #A2776F;
}
</style>
background-color css
<style>
a { background-color: #A2776F; }
a { background-color: rgb(162,119,111); }
div.DivClassName
{
background-color: #A2776F;
}
.BgClassName
{
background-color: #A2776F;
}
</style>
border-color css
<style>
span { border-color: #A2776F; }
span { border-color: rgb(162,119,111); }
td.TdClassName
{
border-color: #A2776F;
}
.TagClassName
{
border-color: #A2776F;
}
</style>