Shades of Almond Frost #9F8875
Tints of Almond Frost #9F8875
RGB
CMYK
RGB Variations
Color information
#9F8875 (or 0x9F8875) is known color: Almond Frost. HEX triplet: 9F, 88 and 75. RGB value is (159,136,117). Sum of RGB (Red+Green+Blue) = 159+136+117=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8875 is #60778A. Grayscale: #8C8C8C. Windows color (decimal): -6322059 or 7702687. OLE color: 7702687.
HSL color Cylindrical-coordinate representation of color #9F8875: hue angle of 27.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9F8875 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 117 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.38 |
| HSL | 27.14º | 0.18% | 0.54% | - |
| HSV(B) | 27.14º | 0.26% | 0.62% | - |
| XYZ | 26.31 | 26.26 | 20.51 | - |
| YUV | 140.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 117 | 0 | 0.14 | 0.26 | 0.38 | 27.14 | 0.18 | 0.54 |
| Hex | 9F | 88 | 75 | 0 | E | 1A | 26 | 1B | 12 | 36 |
| Octal | 237 | 210 | 165 | 0 | 16 | 32 | 46 | 33 | 22 | 66 |
| Binary | 10011111 | 10001000 | 1110101 | 0 | 1110 | 11010 | 100110 | 11011 | 10010 | 110110 |
Color Harmonies of #9F8875
Complementary color
Monochromatic Colors of #9F8875
Black with #9F8875
Text Example
Text Example
White with #9F8875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8875; }
p { color: rgb(159,136,117); }
H1.HeaderClassName
{
color: #9F8875;
}
.AnyTagClassName
{
color: #9F8875;
}
</style>
background-color css
<style>
a { background-color: #9F8875; }
a { background-color: rgb(159,136,117); }
div.DivClassName
{
background-color: #9F8875;
}
.BgClassName
{
background-color: #9F8875;
}
</style>
border-color css
<style>
span { border-color: #9F8875; }
span { border-color: rgb(159,136,117); }
td.TdClassName
{
border-color: #9F8875;
}
.TagClassName
{
border-color: #9F8875;
}
</style>