Shades of Hemp #A2837B
Tints of Hemp #A2837B
RGB
CMYK
RGB Variations
Color information
#A2837B (or 0xA2837B) is known color: Hemp. HEX triplet: A2, 83 and 7B. RGB value is (162,131,123). Sum of RGB (Red+Green+Blue) = 162+131+123=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2837B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2837B is #5D7C84. Grayscale: #8B8B8B. Windows color (decimal): -6126725 or 8094626. OLE color: 8094626.
HSL color Cylindrical-coordinate representation of color #A2837B: hue angle of 12.31º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2837B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 131 | 123 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.36 |
| HSL | 12.31º | 0.17% | 0.56% | - |
| HSV(B) | 12.31º | 0.24% | 0.64% | - |
| XYZ | 26.59 | 25.34 | 22.23 | - |
| YUV | 139.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 131 | 123 | 0 | 0.19 | 0.24 | 0.36 | 12.31 | 0.17 | 0.56 |
| Hex | A2 | 83 | 7B | 0 | 13 | 18 | 24 | C | 11 | 38 |
| Octal | 242 | 203 | 173 | 0 | 23 | 30 | 44 | 14 | 21 | 70 |
| Binary | 10100010 | 10000011 | 1111011 | 0 | 10011 | 11000 | 100100 | 1100 | 10001 | 111000 |
Color Harmonies of #A2837B
Complementary color
Monochromatic Colors of #A2837B
Black with #A2837B
Text Example
Text Example
White with #A2837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2837B; }
p { color: rgb(162,131,123); }
H1.HeaderClassName
{
color: #A2837B;
}
.AnyTagClassName
{
color: #A2837B;
}
</style>
background-color css
<style>
a { background-color: #A2837B; }
a { background-color: rgb(162,131,123); }
div.DivClassName
{
background-color: #A2837B;
}
.BgClassName
{
background-color: #A2837B;
}
</style>
border-color css
<style>
span { border-color: #A2837B; }
span { border-color: rgb(162,131,123); }
td.TdClassName
{
border-color: #A2837B;
}
.TagClassName
{
border-color: #A2837B;
}
</style>