Shades of Almond Frost #9E8981
Tints of Almond Frost #9E8981
RGB
CMYK
RGB Variations
Color information
#9E8981 (or 0x9E8981) is known color: Almond Frost. HEX triplet: 9E, 89 and 81. RGB value is (158,137,129). Sum of RGB (Red+Green+Blue) = 158+137+129=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8981 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8981 is #61767E. Grayscale: #8E8E8E. Windows color (decimal): -6387327 or 8489374. OLE color: 8489374.
HSL color Cylindrical-coordinate representation of color #9E8981: hue angle of 16.55º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E8981 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 129 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.38 |
| HSL | 16.55º | 0.13% | 0.56% | - |
| HSV(B) | 16.55º | 0.18% | 0.62% | - |
| XYZ | 27.01 | 26.75 | 24.51 | - |
| YUV | 142.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 129 | 0 | 0.13 | 0.18 | 0.38 | 16.55 | 0.13 | 0.56 |
| Hex | 9E | 89 | 81 | 0 | D | 12 | 26 | 11 | D | 38 |
| Octal | 236 | 211 | 201 | 0 | 15 | 22 | 46 | 21 | 15 | 70 |
| Binary | 10011110 | 10001001 | 10000001 | 0 | 1101 | 10010 | 100110 | 10001 | 1101 | 111000 |
Color Harmonies of #9E8981
Complementary color
Monochromatic Colors of #9E8981
Black with #9E8981
Text Example
Text Example
White with #9E8981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8981; }
p { color: rgb(158,137,129); }
H1.HeaderClassName
{
color: #9E8981;
}
.AnyTagClassName
{
color: #9E8981;
}
</style>
background-color css
<style>
a { background-color: #9E8981; }
a { background-color: rgb(158,137,129); }
div.DivClassName
{
background-color: #9E8981;
}
.BgClassName
{
background-color: #9E8981;
}
</style>
border-color css
<style>
span { border-color: #9E8981; }
span { border-color: rgb(158,137,129); }
td.TdClassName
{
border-color: #9E8981;
}
.TagClassName
{
border-color: #9E8981;
}
</style>