Shades of Hemp #A1837A
Tints of Hemp #A1837A
RGB
CMYK
RGB Variations
Color information
#A1837A (or 0xA1837A) is known color: Hemp. HEX triplet: A1, 83 and 7A. RGB value is (161,131,122). Sum of RGB (Red+Green+Blue) = 161+131+122=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 161 - color contains mainly: red. Hex color #A1837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1837A is #5E7C85. Grayscale: #8B8B8B. Windows color (decimal): -6192262 or 8029089. OLE color: 8029089.
HSL color Cylindrical-coordinate representation of color #A1837A: hue angle of 13.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1837A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 131 | 122 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.37 |
| HSL | 13.85º | 0.17% | 0.55% | - |
| HSV(B) | 13.85º | 0.24% | 0.63% | - |
| XYZ | 26.33 | 25.21 | 21.89 | - |
| YUV | 138.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 131 | 122 | 0 | 0.19 | 0.24 | 0.37 | 13.85 | 0.17 | 0.55 |
| Hex | A1 | 83 | 7A | 0 | 13 | 18 | 25 | E | 11 | 37 |
| Octal | 241 | 203 | 172 | 0 | 23 | 30 | 45 | 16 | 21 | 67 |
| Binary | 10100001 | 10000011 | 1111010 | 0 | 10011 | 11000 | 100101 | 1110 | 10001 | 110111 |
Color Harmonies of #A1837A
Complementary color
Monochromatic Colors of #A1837A
Black with #A1837A
Text Example
Text Example
White with #A1837A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1837A; }
p { color: rgb(161,131,122); }
H1.HeaderClassName
{
color: #A1837A;
}
.AnyTagClassName
{
color: #A1837A;
}
</style>
background-color css
<style>
a { background-color: #A1837A; }
a { background-color: rgb(161,131,122); }
div.DivClassName
{
background-color: #A1837A;
}
.BgClassName
{
background-color: #A1837A;
}
</style>
border-color css
<style>
span { border-color: #A1837A; }
span { border-color: rgb(161,131,122); }
td.TdClassName
{
border-color: #A1837A;
}
.TagClassName
{
border-color: #A1837A;
}
</style>