Shades of Almond Frost #9E8877
Tints of Almond Frost #9E8877
RGB
CMYK
RGB Variations
Color information
#9E8877 (or 0x9E8877) is known color: Almond Frost. HEX triplet: 9E, 88 and 77. RGB value is (158,136,119). Sum of RGB (Red+Green+Blue) = 158+136+119=413 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.26% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8877 is #617788. Grayscale: #8C8C8C. Windows color (decimal): -6387593 or 7833758. OLE color: 7833758.
HSL color Cylindrical-coordinate representation of color #9E8877: hue angle of 26.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8877 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 119 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.38 |
| HSL | 26.15º | 0.17% | 0.54% | - |
| HSV(B) | 26.15º | 0.25% | 0.62% | - |
| XYZ | 26.23 | 26.21 | 21.13 | - |
| YUV | 140.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 119 | 0 | 0.14 | 0.25 | 0.38 | 26.15 | 0.17 | 0.54 |
| Hex | 9E | 88 | 77 | 0 | E | 19 | 26 | 1A | 11 | 36 |
| Octal | 236 | 210 | 167 | 0 | 16 | 31 | 46 | 32 | 21 | 66 |
| Binary | 10011110 | 10001000 | 1110111 | 0 | 1110 | 11001 | 100110 | 11010 | 10001 | 110110 |
Color Harmonies of #9E8877
Complementary color
Monochromatic Colors of #9E8877
Black with #9E8877
Text Example
Text Example
White with #9E8877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8877; }
p { color: rgb(158,136,119); }
H1.HeaderClassName
{
color: #9E8877;
}
.AnyTagClassName
{
color: #9E8877;
}
</style>
background-color css
<style>
a { background-color: #9E8877; }
a { background-color: rgb(158,136,119); }
div.DivClassName
{
background-color: #9E8877;
}
.BgClassName
{
background-color: #9E8877;
}
</style>
border-color css
<style>
span { border-color: #9E8877; }
span { border-color: rgb(158,136,119); }
td.TdClassName
{
border-color: #9E8877;
}
.TagClassName
{
border-color: #9E8877;
}
</style>