Shades of Hemp #A67B72
Tints of Hemp #A67B72
RGB
CMYK
RGB Variations
Color information
#A67B72 (or 0xA67B72) is known color: Hemp. HEX triplet: A6, 7B and 72. RGB value is (166,123,114). Sum of RGB (Red+Green+Blue) = 166+123+114=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 166 - color contains mainly: red. Hex color #A67B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67B72 is #59848D. Grayscale: #868686. Windows color (decimal): -5866638 or 7502758. OLE color: 7502758.
HSL color Cylindrical-coordinate representation of color #A67B72: hue angle of 10.38º degrees, saturation: 0.23, 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 #A67B72 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 123 | 114 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.35 |
| HSL | 10.38º | 0.23% | 0.55% | - |
| HSV(B) | 10.38º | 0.31% | 0.65% | - |
| XYZ | 25.85 | 23.49 | 19.09 | - |
| YUV | 134.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 123 | 114 | 0 | 0.26 | 0.31 | 0.35 | 10.38 | 0.23 | 0.55 |
| Hex | A6 | 7B | 72 | 0 | 1A | 1F | 23 | A | 17 | 37 |
| Octal | 246 | 173 | 162 | 0 | 32 | 37 | 43 | 12 | 27 | 67 |
| Binary | 10100110 | 1111011 | 1110010 | 0 | 11010 | 11111 | 100011 | 1010 | 10111 | 110111 |
Color Harmonies of #A67B72
Complementary color
Monochromatic Colors of #A67B72
Black with #A67B72
Text Example
Text Example
White with #A67B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67B72; }
p { color: rgb(166,123,114); }
H1.HeaderClassName
{
color: #A67B72;
}
.AnyTagClassName
{
color: #A67B72;
}
</style>
background-color css
<style>
a { background-color: #A67B72; }
a { background-color: rgb(166,123,114); }
div.DivClassName
{
background-color: #A67B72;
}
.BgClassName
{
background-color: #A67B72;
}
</style>
border-color css
<style>
span { border-color: #A67B72; }
span { border-color: rgb(166,123,114); }
td.TdClassName
{
border-color: #A67B72;
}
.TagClassName
{
border-color: #A67B72;
}
</style>