Shades of Hemp #A07A74
Tints of Hemp #A07A74
RGB
CMYK
RGB Variations
Color information
#A07A74 (or 0xA07A74) is known color: Hemp. HEX triplet: A0, 7A and 74. RGB value is (160,122,116). Sum of RGB (Red+Green+Blue) = 160+122+116=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A74 is #5F858B. Grayscale: #848484. Windows color (decimal): -6260108 or 7633568. OLE color: 7633568.
HSL color Cylindrical-coordinate representation of color #A07A74: hue angle of 8.18º degrees, saturation: 0.19, 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 #A07A74 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 122 | 116 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.37 |
| HSL | 8.18º | 0.19% | 0.54% | - |
| HSV(B) | 8.18º | 0.28% | 0.63% | - |
| XYZ | 24.61 | 22.65 | 19.6 | - |
| YUV | 132.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 122 | 116 | 0 | 0.24 | 0.28 | 0.37 | 8.18 | 0.19 | 0.54 |
| Hex | A0 | 7A | 74 | 0 | 18 | 1C | 25 | 8 | 13 | 36 |
| Octal | 240 | 172 | 164 | 0 | 30 | 34 | 45 | 10 | 23 | 66 |
| Binary | 10100000 | 1111010 | 1110100 | 0 | 11000 | 11100 | 100101 | 1000 | 10011 | 110110 |
Color Harmonies of #A07A74
Complementary color
Monochromatic Colors of #A07A74
Black with #A07A74
Text Example
Text Example
White with #A07A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07A74; }
p { color: rgb(160,122,116); }
H1.HeaderClassName
{
color: #A07A74;
}
.AnyTagClassName
{
color: #A07A74;
}
</style>
background-color css
<style>
a { background-color: #A07A74; }
a { background-color: rgb(160,122,116); }
div.DivClassName
{
background-color: #A07A74;
}
.BgClassName
{
background-color: #A07A74;
}
</style>
border-color css
<style>
span { border-color: #A07A74; }
span { border-color: rgb(160,122,116); }
td.TdClassName
{
border-color: #A07A74;
}
.TagClassName
{
border-color: #A07A74;
}
</style>