Shades of Almond Frost #9E8C83
Tints of Almond Frost #9E8C83
RGB
CMYK
RGB Variations
Color information
#9E8C83 (or 0x9E8C83) is known color: Almond Frost. HEX triplet: 9E, 8C and 83. RGB value is (158,140,131). Sum of RGB (Red+Green+Blue) = 158+140+131=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8C83 is #61737C. Grayscale: #909090. Windows color (decimal): -6386557 or 8621214. OLE color: 8621214.
HSL color Cylindrical-coordinate representation of color #9E8C83: hue angle of 20º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E8C83 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 131 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.38 |
| HSL | 20º | 0.12% | 0.57% | - |
| HSV(B) | 20º | 0.17% | 0.62% | - |
| XYZ | 27.58 | 27.66 | 25.36 | - |
| YUV | 144.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 131 | 0 | 0.11 | 0.17 | 0.38 | 20 | 0.12 | 0.57 |
| Hex | 9E | 8C | 83 | 0 | B | 11 | 26 | 14 | C | 39 |
| Octal | 236 | 214 | 203 | 0 | 13 | 21 | 46 | 24 | 14 | 71 |
| Binary | 10011110 | 10001100 | 10000011 | 0 | 1011 | 10001 | 100110 | 10100 | 1100 | 111001 |
Color Harmonies of #9E8C83
Complementary color
Monochromatic Colors of #9E8C83
Black with #9E8C83
Text Example
Text Example
White with #9E8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C83; }
p { color: rgb(158,140,131); }
H1.HeaderClassName
{
color: #9E8C83;
}
.AnyTagClassName
{
color: #9E8C83;
}
</style>
background-color css
<style>
a { background-color: #9E8C83; }
a { background-color: rgb(158,140,131); }
div.DivClassName
{
background-color: #9E8C83;
}
.BgClassName
{
background-color: #9E8C83;
}
</style>
border-color css
<style>
span { border-color: #9E8C83; }
span { border-color: rgb(158,140,131); }
td.TdClassName
{
border-color: #9E8C83;
}
.TagClassName
{
border-color: #9E8C83;
}
</style>