Shades of Hemp #9A8179
Tints of Hemp #9A8179
RGB
CMYK
RGB Variations
Color information
#9A8179 (or 0x9A8179) is known color: Hemp. HEX triplet: 9A, 81 and 79. RGB value is (154,129,121). Sum of RGB (Red+Green+Blue) = 154+129+121=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A8179 is #657E86. Grayscale: #878787. Windows color (decimal): -6651527 or 7963034. OLE color: 7963034.
HSL color Cylindrical-coordinate representation of color #9A8179: hue angle of 14.55º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9A8179 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 129 | 121 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.40 |
| HSL | 14.55º | 0.14% | 0.54% | - |
| HSV(B) | 14.55º | 0.21% | 0.6% | - |
| XYZ | 24.63 | 23.95 | 21.41 | - |
| YUV | 135.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 121 | 0 | 0.16 | 0.21 | 0.40 | 14.55 | 0.14 | 0.54 |
| Hex | 9A | 81 | 79 | 0 | 10 | 15 | 28 | F | E | 36 |
| Octal | 232 | 201 | 171 | 0 | 20 | 25 | 50 | 17 | 16 | 66 |
| Binary | 10011010 | 10000001 | 1111001 | 0 | 10000 | 10101 | 101000 | 1111 | 1110 | 110110 |
Color Harmonies of #9A8179
Complementary color
Monochromatic Colors of #9A8179
Black with #9A8179
Text Example
Text Example
White with #9A8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8179; }
p { color: rgb(154,129,121); }
H1.HeaderClassName
{
color: #9A8179;
}
.AnyTagClassName
{
color: #9A8179;
}
</style>
background-color css
<style>
a { background-color: #9A8179; }
a { background-color: rgb(154,129,121); }
div.DivClassName
{
background-color: #9A8179;
}
.BgClassName
{
background-color: #9A8179;
}
</style>
border-color css
<style>
span { border-color: #9A8179; }
span { border-color: rgb(154,129,121); }
td.TdClassName
{
border-color: #9A8179;
}
.TagClassName
{
border-color: #9A8179;
}
</style>