Shades of Hemp #A67C73
Tints of Hemp #A67C73
RGB
CMYK
RGB Variations
Color information
#A67C73 (or 0xA67C73) is known color: Hemp. HEX triplet: A6, 7C and 73. RGB value is (166,124,115). Sum of RGB (Red+Green+Blue) = 166+124+115=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 166 - color contains mainly: red. Hex color #A67C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67C73 is #59838C. Grayscale: #878787. Windows color (decimal): -5866381 or 7568550. OLE color: 7568550.
HSL color Cylindrical-coordinate representation of color #A67C73: hue angle of 10.59º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A67C73 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 124 | 115 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.35 |
| HSL | 10.59º | 0.22% | 0.55% | - |
| HSV(B) | 10.59º | 0.31% | 0.65% | - |
| XYZ | 26.03 | 23.76 | 19.43 | - |
| YUV | 135.53 | 116.41 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 115 | 0 | 0.25 | 0.31 | 0.35 | 10.59 | 0.22 | 0.55 |
| Hex | A6 | 7C | 73 | 0 | 19 | 1F | 23 | B | 16 | 37 |
| Octal | 246 | 174 | 163 | 0 | 31 | 37 | 43 | 13 | 26 | 67 |
| Binary | 10100110 | 1111100 | 1110011 | 0 | 11001 | 11111 | 100011 | 1011 | 10110 | 110111 |
Color Harmonies of #A67C73
Complementary color
Monochromatic Colors of #A67C73
Black with #A67C73
Text Example
Text Example
White with #A67C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67C73; }
p { color: rgb(166,124,115); }
H1.HeaderClassName
{
color: #A67C73;
}
.AnyTagClassName
{
color: #A67C73;
}
</style>
background-color css
<style>
a { background-color: #A67C73; }
a { background-color: rgb(166,124,115); }
div.DivClassName
{
background-color: #A67C73;
}
.BgClassName
{
background-color: #A67C73;
}
</style>
border-color css
<style>
span { border-color: #A67C73; }
span { border-color: rgb(166,124,115); }
td.TdClassName
{
border-color: #A67C73;
}
.TagClassName
{
border-color: #A67C73;
}
</style>