Shades of Almond Frost #9E8C86
Tints of Almond Frost #9E8C86
RGB
CMYK
RGB Variations
Color information
#9E8C86 (or 0x9E8C86) is known color: Almond Frost. HEX triplet: 9E, 8C and 86. RGB value is (158,140,134). Sum of RGB (Red+Green+Blue) = 158+140+134=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8C86 is #617379. Grayscale: #909090. Windows color (decimal): -6386554 or 8817822. OLE color: 8817822.
HSL color Cylindrical-coordinate representation of color #9E8C86: hue angle of 15º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E8C86 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 134 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.38 |
| HSL | 15º | 0.11% | 0.57% | - |
| HSV(B) | 15º | 0.15% | 0.62% | - |
| XYZ | 27.78 | 27.75 | 26.45 | - |
| YUV | 144.7 | 121.96 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 134 | 0 | 0.11 | 0.15 | 0.38 | 15 | 0.11 | 0.57 |
| Hex | 9E | 8C | 86 | 0 | B | F | 26 | F | B | 39 |
| Octal | 236 | 214 | 206 | 0 | 13 | 17 | 46 | 17 | 13 | 71 |
| Binary | 10011110 | 10001100 | 10000110 | 0 | 1011 | 1111 | 100110 | 1111 | 1011 | 111001 |
Color Harmonies of #9E8C86
Complementary color
Monochromatic Colors of #9E8C86
Black with #9E8C86
Text Example
Text Example
White with #9E8C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C86; }
p { color: rgb(158,140,134); }
H1.HeaderClassName
{
color: #9E8C86;
}
.AnyTagClassName
{
color: #9E8C86;
}
</style>
background-color css
<style>
a { background-color: #9E8C86; }
a { background-color: rgb(158,140,134); }
div.DivClassName
{
background-color: #9E8C86;
}
.BgClassName
{
background-color: #9E8C86;
}
</style>
border-color css
<style>
span { border-color: #9E8C86; }
span { border-color: rgb(158,140,134); }
td.TdClassName
{
border-color: #9E8C86;
}
.TagClassName
{
border-color: #9E8C86;
}
</style>