Shades of Hemp #A67B6D
Tints of Hemp #A67B6D
RGB
CMYK
RGB Variations
Color information
#A67B6D (or 0xA67B6D) is known color: Hemp. HEX triplet: A6, 7B and 6D. RGB value is (166,123,109). Sum of RGB (Red+Green+Blue) = 166+123+109=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B6D is #598492. Grayscale: #868686. Windows color (decimal): -5866643 or 7175078. OLE color: 7175078.
HSL color Cylindrical-coordinate representation of color #A67B6D: hue angle of 14.74º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A67B6D is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 109 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.35 |
| HSL | 14.74º | 0.24% | 0.54% | - |
| HSV(B) | 14.74º | 0.34% | 0.65% | - |
| XYZ | 25.57 | 23.38 | 17.63 | - |
| YUV | 134.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 109 | 0 | 0.26 | 0.34 | 0.35 | 14.74 | 0.24 | 0.54 |
| Hex | A6 | 7B | 6D | 0 | 1A | 22 | 23 | F | 18 | 36 |
| Octal | 246 | 173 | 155 | 0 | 32 | 42 | 43 | 17 | 30 | 66 |
| Binary | 10100110 | 1111011 | 1101101 | 0 | 11010 | 100010 | 100011 | 1111 | 11000 | 110110 |
Color Harmonies of #A67B6D
Complementary color
Monochromatic Colors of #A67B6D
Black with #A67B6D
Text Example
Text Example
White with #A67B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B6D; }
p { color: rgb(166,123,109); }
H1.HeaderClassName
{
color: #A67B6D;
}
.AnyTagClassName
{
color: #A67B6D;
}
</style>
background-color css
<style>
a { background-color: #A67B6D; }
a { background-color: rgb(166,123,109); }
div.DivClassName
{
background-color: #A67B6D;
}
.BgClassName
{
background-color: #A67B6D;
}
</style>
border-color css
<style>
span { border-color: #A67B6D; }
span { border-color: rgb(166,123,109); }
td.TdClassName
{
border-color: #A67B6D;
}
.TagClassName
{
border-color: #A67B6D;
}
</style>