Shades of Hemp #A08075
Tints of Hemp #A08075
RGB
CMYK
RGB Variations
Color information
#A08075 (or 0xA08075) is known color: Hemp. HEX triplet: A0, 80 and 75. RGB value is (160,128,117). Sum of RGB (Red+Green+Blue) = 160+128+117=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 160 - color contains mainly: red. Hex color #A08075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A08075 is #5F7F8A. Grayscale: #888888. Windows color (decimal): -6258571 or 7700640. OLE color: 7700640.
HSL color Cylindrical-coordinate representation of color #A08075: hue angle of 15.35º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A08075 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 128 | 117 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.37 |
| HSL | 15.35º | 0.18% | 0.54% | - |
| HSV(B) | 15.35º | 0.27% | 0.63% | - |
| XYZ | 25.43 | 24.2 | 20.16 | - |
| YUV | 136.31 | 117.1 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 128 | 117 | 0 | 0.20 | 0.27 | 0.37 | 15.35 | 0.18 | 0.54 |
| Hex | A0 | 80 | 75 | 0 | 14 | 1B | 25 | F | 12 | 36 |
| Octal | 240 | 200 | 165 | 0 | 24 | 33 | 45 | 17 | 22 | 66 |
| Binary | 10100000 | 10000000 | 1110101 | 0 | 10100 | 11011 | 100101 | 1111 | 10010 | 110110 |
Color Harmonies of #A08075
Complementary color
Monochromatic Colors of #A08075
Black with #A08075
Text Example
Text Example
White with #A08075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08075; }
p { color: rgb(160,128,117); }
H1.HeaderClassName
{
color: #A08075;
}
.AnyTagClassName
{
color: #A08075;
}
</style>
background-color css
<style>
a { background-color: #A08075; }
a { background-color: rgb(160,128,117); }
div.DivClassName
{
background-color: #A08075;
}
.BgClassName
{
background-color: #A08075;
}
</style>
border-color css
<style>
span { border-color: #A08075; }
span { border-color: rgb(160,128,117); }
td.TdClassName
{
border-color: #A08075;
}
.TagClassName
{
border-color: #A08075;
}
</style>