Shades of Almond Frost #9E8B85
Tints of Almond Frost #9E8B85
RGB
CMYK
RGB Variations
Color information
#9E8B85 (or 0x9E8B85) is known color: Almond Frost. HEX triplet: 9E, 8B and 85. RGB value is (158,139,133). Sum of RGB (Red+Green+Blue) = 158+139+133=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 133 (52.34% from 255 or 30.93% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8B85 is #61747A. Grayscale: #909090. Windows color (decimal): -6386811 or 8752030. OLE color: 8752030.
HSL color Cylindrical-coordinate representation of color #9E8B85: hue angle of 14.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E8B85 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 139 | 133 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.38 |
| HSL | 14.4º | 0.11% | 0.57% | - |
| HSV(B) | 14.4º | 0.16% | 0.62% | - |
| XYZ | 27.57 | 27.43 | 26.03 | - |
| YUV | 144 | 121.79 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 133 | 0 | 0.12 | 0.16 | 0.38 | 14.4 | 0.11 | 0.57 |
| Hex | 9E | 8B | 85 | 0 | C | 10 | 26 | E | B | 39 |
| Octal | 236 | 213 | 205 | 0 | 14 | 20 | 46 | 16 | 13 | 71 |
| Binary | 10011110 | 10001011 | 10000101 | 0 | 1100 | 10000 | 100110 | 1110 | 1011 | 111001 |
Color Harmonies of #9E8B85
Complementary color
Monochromatic Colors of #9E8B85
Black with #9E8B85
Text Example
Text Example
White with #9E8B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8B85; }
p { color: rgb(158,139,133); }
H1.HeaderClassName
{
color: #9E8B85;
}
.AnyTagClassName
{
color: #9E8B85;
}
</style>
background-color css
<style>
a { background-color: #9E8B85; }
a { background-color: rgb(158,139,133); }
div.DivClassName
{
background-color: #9E8B85;
}
.BgClassName
{
background-color: #9E8B85;
}
</style>
border-color css
<style>
span { border-color: #9E8B85; }
span { border-color: rgb(158,139,133); }
td.TdClassName
{
border-color: #9E8B85;
}
.TagClassName
{
border-color: #9E8B85;
}
</style>