Shades of Almond Frost #9E8780
Tints of Almond Frost #9E8780
RGB
CMYK
RGB Variations
Color information
#9E8780 (or 0x9E8780) is known color: Almond Frost. HEX triplet: 9E, 87 and 80. RGB value is (158,135,128). Sum of RGB (Red+Green+Blue) = 158+135+128=421 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.53% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8780 is #61787F. Grayscale: #8D8D8D. Windows color (decimal): -6387840 or 8423326. OLE color: 8423326.
HSL color Cylindrical-coordinate representation of color #9E8780: hue angle of 14º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9E8780 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 128 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.38 |
| HSL | 14º | 0.13% | 0.56% | - |
| HSV(B) | 14º | 0.19% | 0.62% | - |
| XYZ | 26.66 | 26.16 | 24.07 | - |
| YUV | 141.08 | 120.62 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 128 | 0 | 0.15 | 0.19 | 0.38 | 14 | 0.13 | 0.56 |
| Hex | 9E | 87 | 80 | 0 | F | 13 | 26 | E | D | 38 |
| Octal | 236 | 207 | 200 | 0 | 17 | 23 | 46 | 16 | 15 | 70 |
| Binary | 10011110 | 10000111 | 10000000 | 0 | 1111 | 10011 | 100110 | 1110 | 1101 | 111000 |
Color Harmonies of #9E8780
Complementary color
Monochromatic Colors of #9E8780
Black with #9E8780
Text Example
Text Example
White with #9E8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8780; }
p { color: rgb(158,135,128); }
H1.HeaderClassName
{
color: #9E8780;
}
.AnyTagClassName
{
color: #9E8780;
}
</style>
background-color css
<style>
a { background-color: #9E8780; }
a { background-color: rgb(158,135,128); }
div.DivClassName
{
background-color: #9E8780;
}
.BgClassName
{
background-color: #9E8780;
}
</style>
border-color css
<style>
span { border-color: #9E8780; }
span { border-color: rgb(158,135,128); }
td.TdClassName
{
border-color: #9E8780;
}
.TagClassName
{
border-color: #9E8780;
}
</style>