Shades of Hemp #A07A6C
Tints of Hemp #A07A6C
RGB
CMYK
RGB Variations
Color information
#A07A6C (or 0xA07A6C) is known color: Hemp. HEX triplet: A0, 7A and 6C. RGB value is (160,122,108). Sum of RGB (Red+Green+Blue) = 160+122+108=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A6C is #5F8593. Grayscale: #838383. Windows color (decimal): -6260116 or 7109280. OLE color: 7109280.
HSL color Cylindrical-coordinate representation of color #A07A6C: hue angle of 16.15º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A07A6C is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 108 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.37 |
| HSL | 16.15º | 0.21% | 0.53% | - |
| HSV(B) | 16.15º | 0.33% | 0.63% | - |
| XYZ | 24.16 | 22.48 | 17.25 | - |
| YUV | 131.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 108 | 0 | 0.24 | 0.32 | 0.37 | 16.15 | 0.21 | 0.53 |
| Hex | A0 | 7A | 6C | 0 | 18 | 20 | 25 | 10 | 15 | 35 |
| Octal | 240 | 172 | 154 | 0 | 30 | 40 | 45 | 20 | 25 | 65 |
| Binary | 10100000 | 1111010 | 1101100 | 0 | 11000 | 100000 | 100101 | 10000 | 10101 | 110101 |
Color Harmonies of #A07A6C
Complementary color
Monochromatic Colors of #A07A6C
Black with #A07A6C
Text Example
Text Example
White with #A07A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A6C; }
p { color: rgb(160,122,108); }
H1.HeaderClassName
{
color: #A07A6C;
}
.AnyTagClassName
{
color: #A07A6C;
}
</style>
background-color css
<style>
a { background-color: #A07A6C; }
a { background-color: rgb(160,122,108); }
div.DivClassName
{
background-color: #A07A6C;
}
.BgClassName
{
background-color: #A07A6C;
}
</style>
border-color css
<style>
span { border-color: #A07A6C; }
span { border-color: rgb(160,122,108); }
td.TdClassName
{
border-color: #A07A6C;
}
.TagClassName
{
border-color: #A07A6C;
}
</style>