Shades of Almond Frost #9F8879
Tints of Almond Frost #9F8879
RGB
CMYK
RGB Variations
Color information
#9F8879 (or 0x9F8879) is known color: Almond Frost. HEX triplet: 9F, 88 and 79. RGB value is (159,136,121). Sum of RGB (Red+Green+Blue) = 159+136+121=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8879 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8879 is #607786. Grayscale: #8D8D8D. Windows color (decimal): -6322055 or 7964831. OLE color: 7964831.
HSL color Cylindrical-coordinate representation of color #9F8879: hue angle of 23.68º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8879 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 121 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.38 |
| HSL | 23.68º | 0.17% | 0.55% | - |
| HSV(B) | 23.68º | 0.24% | 0.62% | - |
| XYZ | 26.55 | 26.36 | 21.78 | - |
| YUV | 141.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 121 | 0 | 0.14 | 0.24 | 0.38 | 23.68 | 0.17 | 0.55 |
| Hex | 9F | 88 | 79 | 0 | E | 18 | 26 | 18 | 11 | 37 |
| Octal | 237 | 210 | 171 | 0 | 16 | 30 | 46 | 30 | 21 | 67 |
| Binary | 10011111 | 10001000 | 1111001 | 0 | 1110 | 11000 | 100110 | 11000 | 10001 | 110111 |
Color Harmonies of #9F8879
Complementary color
Monochromatic Colors of #9F8879
Black with #9F8879
Text Example
Text Example
White with #9F8879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8879; }
p { color: rgb(159,136,121); }
H1.HeaderClassName
{
color: #9F8879;
}
.AnyTagClassName
{
color: #9F8879;
}
</style>
background-color css
<style>
a { background-color: #9F8879; }
a { background-color: rgb(159,136,121); }
div.DivClassName
{
background-color: #9F8879;
}
.BgClassName
{
background-color: #9F8879;
}
</style>
border-color css
<style>
span { border-color: #9F8879; }
span { border-color: rgb(159,136,121); }
td.TdClassName
{
border-color: #9F8879;
}
.TagClassName
{
border-color: #9F8879;
}
</style>