Shades of Hemp #A2847B
Tints of Hemp #A2847B
RGB
CMYK
RGB Variations
Color information
#A2847B (or 0xA2847B) is known color: Hemp. HEX triplet: A2, 84 and 7B. RGB value is (162,132,123). Sum of RGB (Red+Green+Blue) = 162+132+123=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A2847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2847B is #5D7B84. Grayscale: #8C8C8C. Windows color (decimal): -6126469 or 8094882. OLE color: 8094882.
HSL color Cylindrical-coordinate representation of color #A2847B: hue angle of 13.85º 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 #A2847B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 132 | 123 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.36 |
| HSL | 13.85º | 0.17% | 0.56% | - |
| HSV(B) | 13.85º | 0.24% | 0.64% | - |
| XYZ | 26.73 | 25.61 | 22.27 | - |
| YUV | 139.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 123 | 0 | 0.19 | 0.24 | 0.36 | 13.85 | 0.17 | 0.56 |
| Hex | A2 | 84 | 7B | 0 | 13 | 18 | 24 | E | 11 | 38 |
| Octal | 242 | 204 | 173 | 0 | 23 | 30 | 44 | 16 | 21 | 70 |
| Binary | 10100010 | 10000100 | 1111011 | 0 | 10011 | 11000 | 100100 | 1110 | 10001 | 111000 |
Color Harmonies of #A2847B
Complementary color
Monochromatic Colors of #A2847B
Black with #A2847B
Text Example
Text Example
White with #A2847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2847B; }
p { color: rgb(162,132,123); }
H1.HeaderClassName
{
color: #A2847B;
}
.AnyTagClassName
{
color: #A2847B;
}
</style>
background-color css
<style>
a { background-color: #A2847B; }
a { background-color: rgb(162,132,123); }
div.DivClassName
{
background-color: #A2847B;
}
.BgClassName
{
background-color: #A2847B;
}
</style>
border-color css
<style>
span { border-color: #A2847B; }
span { border-color: rgb(162,132,123); }
td.TdClassName
{
border-color: #A2847B;
}
.TagClassName
{
border-color: #A2847B;
}
</style>