Shades of Almond Frost #9E8875
Tints of Almond Frost #9E8875
RGB
CMYK
RGB Variations
Color information
#9E8875 (or 0x9E8875) is known color: Almond Frost. HEX triplet: 9E, 88 and 75. RGB value is (158,136,117). Sum of RGB (Red+Green+Blue) = 158+136+117=411 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.44% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8875 is #61778A. Grayscale: #8C8C8C. Windows color (decimal): -6387595 or 7702686. OLE color: 7702686.
HSL color Cylindrical-coordinate representation of color #9E8875: hue angle of 27.8º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E8875 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 117 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.38 |
| HSL | 27.8º | 0.17% | 0.54% | - |
| HSV(B) | 27.8º | 0.26% | 0.62% | - |
| XYZ | 26.12 | 26.16 | 20.5 | - |
| YUV | 140.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 117 | 0 | 0.14 | 0.26 | 0.38 | 27.8 | 0.17 | 0.54 |
| Hex | 9E | 88 | 75 | 0 | E | 1A | 26 | 1C | 11 | 36 |
| Octal | 236 | 210 | 165 | 0 | 16 | 32 | 46 | 34 | 21 | 66 |
| Binary | 10011110 | 10001000 | 1110101 | 0 | 1110 | 11010 | 100110 | 11100 | 10001 | 110110 |
Color Harmonies of #9E8875
Complementary color
Monochromatic Colors of #9E8875
Black with #9E8875
Text Example
Text Example
White with #9E8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8875; }
p { color: rgb(158,136,117); }
H1.HeaderClassName
{
color: #9E8875;
}
.AnyTagClassName
{
color: #9E8875;
}
</style>
background-color css
<style>
a { background-color: #9E8875; }
a { background-color: rgb(158,136,117); }
div.DivClassName
{
background-color: #9E8875;
}
.BgClassName
{
background-color: #9E8875;
}
</style>
border-color css
<style>
span { border-color: #9E8875; }
span { border-color: rgb(158,136,117); }
td.TdClassName
{
border-color: #9E8875;
}
.TagClassName
{
border-color: #9E8875;
}
</style>