Shades of Hemp #A07B75
Tints of Hemp #A07B75
RGB
CMYK
RGB Variations
Color information
#A07B75 (or 0xA07B75) is known color: Hemp. HEX triplet: A0, 7B and 75. RGB value is (160,123,117). Sum of RGB (Red+Green+Blue) = 160+123+117=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07B75 is #5F848A. Grayscale: #858585. Windows color (decimal): -6259851 or 7699360. OLE color: 7699360.
HSL color Cylindrical-coordinate representation of color #A07B75: hue angle of 8.37º 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 #A07B75 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 123 | 117 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.37 |
| HSL | 8.37º | 0.18% | 0.54% | - |
| HSV(B) | 8.37º | 0.27% | 0.63% | - |
| XYZ | 24.79 | 22.92 | 19.95 | - |
| YUV | 133.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 123 | 117 | 0 | 0.23 | 0.27 | 0.37 | 8.37 | 0.18 | 0.54 |
| Hex | A0 | 7B | 75 | 0 | 17 | 1B | 25 | 8 | 12 | 36 |
| Octal | 240 | 173 | 165 | 0 | 27 | 33 | 45 | 10 | 22 | 66 |
| Binary | 10100000 | 1111011 | 1110101 | 0 | 10111 | 11011 | 100101 | 1000 | 10010 | 110110 |
Color Harmonies of #A07B75
Complementary color
Monochromatic Colors of #A07B75
Black with #A07B75
Text Example
Text Example
White with #A07B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07B75; }
p { color: rgb(160,123,117); }
H1.HeaderClassName
{
color: #A07B75;
}
.AnyTagClassName
{
color: #A07B75;
}
</style>
background-color css
<style>
a { background-color: #A07B75; }
a { background-color: rgb(160,123,117); }
div.DivClassName
{
background-color: #A07B75;
}
.BgClassName
{
background-color: #A07B75;
}
</style>
border-color css
<style>
span { border-color: #A07B75; }
span { border-color: rgb(160,123,117); }
td.TdClassName
{
border-color: #A07B75;
}
.TagClassName
{
border-color: #A07B75;
}
</style>