Shades of Hemp #A67F73
Tints of Hemp #A67F73
RGB
CMYK
RGB Variations
Color information
#A67F73 (or 0xA67F73) is known color: Hemp. HEX triplet: A6, 7F and 73. RGB value is (166,127,115). Sum of RGB (Red+Green+Blue) = 166+127+115=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F73 is #59808C. Grayscale: #898989. Windows color (decimal): -5865613 or 7569318. OLE color: 7569318.
HSL color Cylindrical-coordinate representation of color #A67F73: hue angle of 14.12º 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 #A67F73 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 115 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.35 |
| HSL | 14.12º | 0.22% | 0.55% | - |
| HSV(B) | 14.12º | 0.31% | 0.65% | - |
| XYZ | 26.41 | 24.52 | 19.56 | - |
| YUV | 137.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 115 | 0 | 0.23 | 0.31 | 0.35 | 14.12 | 0.22 | 0.55 |
| Hex | A6 | 7F | 73 | 0 | 17 | 1F | 23 | E | 16 | 37 |
| Octal | 246 | 177 | 163 | 0 | 27 | 37 | 43 | 16 | 26 | 67 |
| Binary | 10100110 | 1111111 | 1110011 | 0 | 10111 | 11111 | 100011 | 1110 | 10110 | 110111 |
Color Harmonies of #A67F73
Complementary color
Monochromatic Colors of #A67F73
Black with #A67F73
Text Example
Text Example
White with #A67F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F73; }
p { color: rgb(166,127,115); }
H1.HeaderClassName
{
color: #A67F73;
}
.AnyTagClassName
{
color: #A67F73;
}
</style>
background-color css
<style>
a { background-color: #A67F73; }
a { background-color: rgb(166,127,115); }
div.DivClassName
{
background-color: #A67F73;
}
.BgClassName
{
background-color: #A67F73;
}
</style>
border-color css
<style>
span { border-color: #A67F73; }
span { border-color: rgb(166,127,115); }
td.TdClassName
{
border-color: #A67F73;
}
.TagClassName
{
border-color: #A67F73;
}
</style>