Shades of Hemp #A2817B
Tints of Hemp #A2817B
RGB
CMYK
RGB Variations
Color information
#A2817B (or 0xA2817B) is known color: Hemp. HEX triplet: A2, 81 and 7B. RGB value is (162,129,123). Sum of RGB (Red+Green+Blue) = 162+129+123=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 162 - color contains mainly: red. Hex color #A2817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2817B is #5D7E84. Grayscale: #8A8A8A. Windows color (decimal): -6127237 or 8094114. OLE color: 8094114.
HSL color Cylindrical-coordinate representation of color #A2817B: hue angle of 9.23º 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 #A2817B is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 129 | 123 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.36 |
| HSL | 9.23º | 0.17% | 0.56% | - |
| HSV(B) | 9.23º | 0.24% | 0.64% | - |
| XYZ | 26.33 | 24.81 | 22.14 | - |
| YUV | 138.18 | 119.43 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 123 | 0 | 0.20 | 0.24 | 0.36 | 9.23 | 0.17 | 0.56 |
| Hex | A2 | 81 | 7B | 0 | 14 | 18 | 24 | 9 | 11 | 38 |
| Octal | 242 | 201 | 173 | 0 | 24 | 30 | 44 | 11 | 21 | 70 |
| Binary | 10100010 | 10000001 | 1111011 | 0 | 10100 | 11000 | 100100 | 1001 | 10001 | 111000 |
Color Harmonies of #A2817B
Complementary color
Monochromatic Colors of #A2817B
Black with #A2817B
Text Example
Text Example
White with #A2817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2817B; }
p { color: rgb(162,129,123); }
H1.HeaderClassName
{
color: #A2817B;
}
.AnyTagClassName
{
color: #A2817B;
}
</style>
background-color css
<style>
a { background-color: #A2817B; }
a { background-color: rgb(162,129,123); }
div.DivClassName
{
background-color: #A2817B;
}
.BgClassName
{
background-color: #A2817B;
}
</style>
border-color css
<style>
span { border-color: #A2817B; }
span { border-color: rgb(162,129,123); }
td.TdClassName
{
border-color: #A2817B;
}
.TagClassName
{
border-color: #A2817B;
}
</style>