Shades of Almond Frost #9F887A
Tints of Almond Frost #9F887A
RGB
CMYK
RGB Variations
Color information
#9F887A (or 0x9F887A) is known color: Almond Frost. HEX triplet: 9F, 88 and 7A. RGB value is (159,136,122). Sum of RGB (Red+Green+Blue) = 159+136+122=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F887A is #607785. Grayscale: #8D8D8D. Windows color (decimal): -6322054 or 8030367. OLE color: 8030367.
HSL color Cylindrical-coordinate representation of color #9F887A: hue angle of 22.7º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F887A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 122 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.38 |
| HSL | 22.7º | 0.16% | 0.55% | - |
| HSV(B) | 22.7º | 0.23% | 0.62% | - |
| XYZ | 26.62 | 26.38 | 22.1 | - |
| YUV | 141.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 122 | 0 | 0.14 | 0.23 | 0.38 | 22.7 | 0.16 | 0.55 |
| Hex | 9F | 88 | 7A | 0 | E | 17 | 26 | 17 | 10 | 37 |
| Octal | 237 | 210 | 172 | 0 | 16 | 27 | 46 | 27 | 20 | 67 |
| Binary | 10011111 | 10001000 | 1111010 | 0 | 1110 | 10111 | 100110 | 10111 | 10000 | 110111 |
Color Harmonies of #9F887A
Complementary color
Monochromatic Colors of #9F887A
Black with #9F887A
Text Example
Text Example
White with #9F887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F887A; }
p { color: rgb(159,136,122); }
H1.HeaderClassName
{
color: #9F887A;
}
.AnyTagClassName
{
color: #9F887A;
}
</style>
background-color css
<style>
a { background-color: #9F887A; }
a { background-color: rgb(159,136,122); }
div.DivClassName
{
background-color: #9F887A;
}
.BgClassName
{
background-color: #9F887A;
}
</style>
border-color css
<style>
span { border-color: #9F887A; }
span { border-color: rgb(159,136,122); }
td.TdClassName
{
border-color: #9F887A;
}
.TagClassName
{
border-color: #9F887A;
}
</style>