Shades of Hemp #A97C6E
Tints of Hemp #A97C6E
RGB
CMYK
RGB Variations
Color information
#A97C6E (or 0xA97C6E) is known color: Hemp. HEX triplet: A9, 7C and 6E. RGB value is (169,124,110). Sum of RGB (Red+Green+Blue) = 169+124+110=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 124 (48.83% from 255 or 30.77% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97C6E is #568391. Grayscale: #878787. Windows color (decimal): -5669778 or 7240873. OLE color: 7240873.
HSL color Cylindrical-coordinate representation of color #A97C6E: hue angle of 14.24º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A97C6E is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 124 | 110 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.34 |
| HSL | 14.24º | 0.26% | 0.55% | - |
| HSV(B) | 14.24º | 0.35% | 0.66% | - |
| XYZ | 26.38 | 23.98 | 17.99 | - |
| YUV | 135.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 124 | 110 | 0 | 0.27 | 0.35 | 0.34 | 14.24 | 0.26 | 0.55 |
| Hex | A9 | 7C | 6E | 0 | 1B | 23 | 22 | E | 1A | 37 |
| Octal | 251 | 174 | 156 | 0 | 33 | 43 | 42 | 16 | 32 | 67 |
| Binary | 10101001 | 1111100 | 1101110 | 0 | 11011 | 100011 | 100010 | 1110 | 11010 | 110111 |
Color Harmonies of #A97C6E
Complementary color
Monochromatic Colors of #A97C6E
Black with #A97C6E
Text Example
Text Example
White with #A97C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97C6E; }
p { color: rgb(169,124,110); }
H1.HeaderClassName
{
color: #A97C6E;
}
.AnyTagClassName
{
color: #A97C6E;
}
</style>
background-color css
<style>
a { background-color: #A97C6E; }
a { background-color: rgb(169,124,110); }
div.DivClassName
{
background-color: #A97C6E;
}
.BgClassName
{
background-color: #A97C6E;
}
</style>
border-color css
<style>
span { border-color: #A97C6E; }
span { border-color: rgb(169,124,110); }
td.TdClassName
{
border-color: #A97C6E;
}
.TagClassName
{
border-color: #A97C6E;
}
</style>