Shades of Almond Frost #9F8C85
Tints of Almond Frost #9F8C85
RGB
CMYK
RGB Variations
Color information
#9F8C85 (or 0x9F8C85) is known color: Almond Frost. HEX triplet: 9F, 8C and 85. RGB value is (159,140,133). Sum of RGB (Red+Green+Blue) = 159+140+133=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 140 (55.08% from 255 or 32.41% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8C85 is #60737A. Grayscale: #909090. Windows color (decimal): -6321019 or 8752287. OLE color: 8752287.
HSL color Cylindrical-coordinate representation of color #9F8C85: hue angle of 16.15º degrees, saturation: 0.12, 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 #9F8C85 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 140 | 133 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.38 |
| HSL | 16.15º | 0.12% | 0.57% | - |
| HSV(B) | 16.15º | 0.16% | 0.62% | - |
| XYZ | 27.91 | 27.82 | 26.09 | - |
| YUV | 144.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 133 | 0 | 0.12 | 0.16 | 0.38 | 16.15 | 0.12 | 0.57 |
| Hex | 9F | 8C | 85 | 0 | C | 10 | 26 | 10 | C | 39 |
| Octal | 237 | 214 | 205 | 0 | 14 | 20 | 46 | 20 | 14 | 71 |
| Binary | 10011111 | 10001100 | 10000101 | 0 | 1100 | 10000 | 100110 | 10000 | 1100 | 111001 |
Color Harmonies of #9F8C85
Complementary color
Monochromatic Colors of #9F8C85
Black with #9F8C85
Text Example
Text Example
White with #9F8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8C85; }
p { color: rgb(159,140,133); }
H1.HeaderClassName
{
color: #9F8C85;
}
.AnyTagClassName
{
color: #9F8C85;
}
</style>
background-color css
<style>
a { background-color: #9F8C85; }
a { background-color: rgb(159,140,133); }
div.DivClassName
{
background-color: #9F8C85;
}
.BgClassName
{
background-color: #9F8C85;
}
</style>
border-color css
<style>
span { border-color: #9F8C85; }
span { border-color: rgb(159,140,133); }
td.TdClassName
{
border-color: #9F8C85;
}
.TagClassName
{
border-color: #9F8C85;
}
</style>