Shades of Hemp #A67A70
Tints of Hemp #A67A70
RGB
CMYK
RGB Variations
Color information
#A67A70 (or 0xA67A70) is known color: Hemp. HEX triplet: A6, 7A and 70. RGB value is (166,122,112). Sum of RGB (Red+Green+Blue) = 166+122+112=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 166 - color contains mainly: red. Hex color #A67A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67A70 is #59858F. Grayscale: #868686. Windows color (decimal): -5866896 or 7371430. OLE color: 7371430.
HSL color Cylindrical-coordinate representation of color #A67A70: hue angle of 11.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A67A70 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 122 | 112 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.35 |
| HSL | 11.11º | 0.23% | 0.55% | - |
| HSV(B) | 11.11º | 0.33% | 0.65% | - |
| XYZ | 25.61 | 23.2 | 18.46 | - |
| YUV | 134.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 112 | 0 | 0.27 | 0.33 | 0.35 | 11.11 | 0.23 | 0.55 |
| Hex | A6 | 7A | 70 | 0 | 1B | 21 | 23 | B | 17 | 37 |
| Octal | 246 | 172 | 160 | 0 | 33 | 41 | 43 | 13 | 27 | 67 |
| Binary | 10100110 | 1111010 | 1110000 | 0 | 11011 | 100001 | 100011 | 1011 | 10111 | 110111 |
Color Harmonies of #A67A70
Complementary color
Monochromatic Colors of #A67A70
Black with #A67A70
Text Example
Text Example
White with #A67A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67A70; }
p { color: rgb(166,122,112); }
H1.HeaderClassName
{
color: #A67A70;
}
.AnyTagClassName
{
color: #A67A70;
}
</style>
background-color css
<style>
a { background-color: #A67A70; }
a { background-color: rgb(166,122,112); }
div.DivClassName
{
background-color: #A67A70;
}
.BgClassName
{
background-color: #A67A70;
}
</style>
border-color css
<style>
span { border-color: #A67A70; }
span { border-color: rgb(166,122,112); }
td.TdClassName
{
border-color: #A67A70;
}
.TagClassName
{
border-color: #A67A70;
}
</style>