Shades of Hemp #9A827C
Tints of Hemp #9A827C
RGB
CMYK
RGB Variations
Color information
#9A827C (or 0x9A827C) is known color: Hemp. HEX triplet: 9A, 82 and 7C. RGB value is (154,130,124). Sum of RGB (Red+Green+Blue) = 154+130+124=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 154 - color contains mainly: red. Hex color #9A827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A827C is #657D83. Grayscale: #888888. Windows color (decimal): -6651268 or 8159898. OLE color: 8159898.
HSL color Cylindrical-coordinate representation of color #9A827C: hue angle of 12º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A827C is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 130 | 124 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.40 |
| HSL | 12º | 0.13% | 0.55% | - |
| HSV(B) | 12º | 0.19% | 0.6% | - |
| XYZ | 24.95 | 24.29 | 22.44 | - |
| YUV | 136.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 130 | 124 | 0 | 0.16 | 0.19 | 0.40 | 12 | 0.13 | 0.55 |
| Hex | 9A | 82 | 7C | 0 | 10 | 13 | 28 | C | D | 37 |
| Octal | 232 | 202 | 174 | 0 | 20 | 23 | 50 | 14 | 15 | 67 |
| Binary | 10011010 | 10000010 | 1111100 | 0 | 10000 | 10011 | 101000 | 1100 | 1101 | 110111 |
Color Harmonies of #9A827C
Complementary color
Monochromatic Colors of #9A827C
Black with #9A827C
Text Example
Text Example
White with #9A827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A827C; }
p { color: rgb(154,130,124); }
H1.HeaderClassName
{
color: #9A827C;
}
.AnyTagClassName
{
color: #9A827C;
}
</style>
background-color css
<style>
a { background-color: #9A827C; }
a { background-color: rgb(154,130,124); }
div.DivClassName
{
background-color: #9A827C;
}
.BgClassName
{
background-color: #9A827C;
}
</style>
border-color css
<style>
span { border-color: #9A827C; }
span { border-color: rgb(154,130,124); }
td.TdClassName
{
border-color: #9A827C;
}
.TagClassName
{
border-color: #9A827C;
}
</style>