Shades of Hemp #A17B6C
Tints of Hemp #A17B6C
RGB
CMYK
RGB Variations
Color information
#A17B6C (or 0xA17B6C) is known color: Hemp. HEX triplet: A1, 7B and 6C. RGB value is (161,123,108). Sum of RGB (Red+Green+Blue) = 161+123+108=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 161 - color contains mainly: red. Hex color #A17B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17B6C is #5E8493. Grayscale: #848484. Windows color (decimal): -6194324 or 7109537. OLE color: 7109537.
HSL color Cylindrical-coordinate representation of color #A17B6C: hue angle of 16.98º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A17B6C is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 123 | 108 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.37 |
| HSL | 16.98º | 0.22% | 0.53% | - |
| HSV(B) | 16.98º | 0.33% | 0.63% | - |
| XYZ | 24.49 | 22.83 | 17.3 | - |
| YUV | 132.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 123 | 108 | 0 | 0.24 | 0.33 | 0.37 | 16.98 | 0.22 | 0.53 |
| Hex | A1 | 7B | 6C | 0 | 18 | 21 | 25 | 11 | 16 | 35 |
| Octal | 241 | 173 | 154 | 0 | 30 | 41 | 45 | 21 | 26 | 65 |
| Binary | 10100001 | 1111011 | 1101100 | 0 | 11000 | 100001 | 100101 | 10001 | 10110 | 110101 |
Color Harmonies of #A17B6C
Complementary color
Monochromatic Colors of #A17B6C
Black with #A17B6C
Text Example
Text Example
White with #A17B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17B6C; }
p { color: rgb(161,123,108); }
H1.HeaderClassName
{
color: #A17B6C;
}
.AnyTagClassName
{
color: #A17B6C;
}
</style>
background-color css
<style>
a { background-color: #A17B6C; }
a { background-color: rgb(161,123,108); }
div.DivClassName
{
background-color: #A17B6C;
}
.BgClassName
{
background-color: #A17B6C;
}
</style>
border-color css
<style>
span { border-color: #A17B6C; }
span { border-color: rgb(161,123,108); }
td.TdClassName
{
border-color: #A17B6C;
}
.TagClassName
{
border-color: #A17B6C;
}
</style>