Shades of Hemp #A1827A
Tints of Hemp #A1827A
RGB
CMYK
RGB Variations
Color information
#A1827A (or 0xA1827A) is known color: Hemp. HEX triplet: A1, 82 and 7A. RGB value is (161,130,122). Sum of RGB (Red+Green+Blue) = 161+130+122=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 161 - color contains mainly: red. Hex color #A1827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1827A is #5E7D85. Grayscale: #8A8A8A. Windows color (decimal): -6192518 or 8028833. OLE color: 8028833.
HSL color Cylindrical-coordinate representation of color #A1827A: hue angle of 12.31º 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 #A1827A is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 130 | 122 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.37 |
| HSL | 12.31º | 0.17% | 0.55% | - |
| HSV(B) | 12.31º | 0.24% | 0.63% | - |
| XYZ | 26.19 | 24.95 | 21.85 | - |
| YUV | 138.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 122 | 0 | 0.19 | 0.24 | 0.37 | 12.31 | 0.17 | 0.55 |
| Hex | A1 | 82 | 7A | 0 | 13 | 18 | 25 | C | 11 | 37 |
| Octal | 241 | 202 | 172 | 0 | 23 | 30 | 45 | 14 | 21 | 67 |
| Binary | 10100001 | 10000010 | 1111010 | 0 | 10011 | 11000 | 100101 | 1100 | 10001 | 110111 |
Color Harmonies of #A1827A
Complementary color
Monochromatic Colors of #A1827A
Black with #A1827A
Text Example
Text Example
White with #A1827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1827A; }
p { color: rgb(161,130,122); }
H1.HeaderClassName
{
color: #A1827A;
}
.AnyTagClassName
{
color: #A1827A;
}
</style>
background-color css
<style>
a { background-color: #A1827A; }
a { background-color: rgb(161,130,122); }
div.DivClassName
{
background-color: #A1827A;
}
.BgClassName
{
background-color: #A1827A;
}
</style>
border-color css
<style>
span { border-color: #A1827A; }
span { border-color: rgb(161,130,122); }
td.TdClassName
{
border-color: #A1827A;
}
.TagClassName
{
border-color: #A1827A;
}
</style>