Shades of Hemp #A68077
Tints of Hemp #A68077
RGB
CMYK
RGB Variations
Color information
#A68077 (or 0xA68077) is known color: Hemp. HEX triplet: A6, 80 and 77. RGB value is (166,128,119). Sum of RGB (Red+Green+Blue) = 166+128+119=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68077 is #597F88. Grayscale: #8A8A8A. Windows color (decimal): -5865353 or 7831718. OLE color: 7831718.
HSL color Cylindrical-coordinate representation of color #A68077: hue angle of 11.49º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A68077 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 128 | 119 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.35 |
| HSL | 11.49º | 0.21% | 0.56% | - |
| HSV(B) | 11.49º | 0.28% | 0.65% | - |
| XYZ | 26.77 | 24.88 | 20.84 | - |
| YUV | 138.34 | 117.09 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 119 | 0 | 0.23 | 0.28 | 0.35 | 11.49 | 0.21 | 0.56 |
| Hex | A6 | 80 | 77 | 0 | 17 | 1C | 23 | B | 15 | 38 |
| Octal | 246 | 200 | 167 | 0 | 27 | 34 | 43 | 13 | 25 | 70 |
| Binary | 10100110 | 10000000 | 1110111 | 0 | 10111 | 11100 | 100011 | 1011 | 10101 | 111000 |
Color Harmonies of #A68077
Complementary color
Monochromatic Colors of #A68077
Black with #A68077
Text Example
Text Example
White with #A68077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A68077; }
p { color: rgb(166,128,119); }
H1.HeaderClassName
{
color: #A68077;
}
.AnyTagClassName
{
color: #A68077;
}
</style>
background-color css
<style>
a { background-color: #A68077; }
a { background-color: rgb(166,128,119); }
div.DivClassName
{
background-color: #A68077;
}
.BgClassName
{
background-color: #A68077;
}
</style>
border-color css
<style>
span { border-color: #A68077; }
span { border-color: rgb(166,128,119); }
td.TdClassName
{
border-color: #A68077;
}
.TagClassName
{
border-color: #A68077;
}
</style>