Shades of Almond Frost #9F8977
Tints of Almond Frost #9F8977
RGB
CMYK
RGB Variations
Color information
#9F8977 (or 0x9F8977) is known color: Almond Frost. HEX triplet: 9F, 89 and 77. RGB value is (159,137,119). Sum of RGB (Red+Green+Blue) = 159+137+119=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8977 is #607688. Grayscale: #8D8D8D. Windows color (decimal): -6321801 or 7834015. OLE color: 7834015.
HSL color Cylindrical-coordinate representation of color #9F8977: hue angle of 27º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8977 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 119 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.38 |
| HSL | 27º | 0.17% | 0.55% | - |
| HSV(B) | 27º | 0.25% | 0.62% | - |
| XYZ | 26.57 | 26.59 | 21.19 | - |
| YUV | 141.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 119 | 0 | 0.14 | 0.25 | 0.38 | 27 | 0.17 | 0.55 |
| Hex | 9F | 89 | 77 | 0 | E | 19 | 26 | 1B | 11 | 37 |
| Octal | 237 | 211 | 167 | 0 | 16 | 31 | 46 | 33 | 21 | 67 |
| Binary | 10011111 | 10001001 | 1110111 | 0 | 1110 | 11001 | 100110 | 11011 | 10001 | 110111 |
Color Harmonies of #9F8977
Complementary color
Monochromatic Colors of #9F8977
Black with #9F8977
Text Example
Text Example
White with #9F8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8977; }
p { color: rgb(159,137,119); }
H1.HeaderClassName
{
color: #9F8977;
}
.AnyTagClassName
{
color: #9F8977;
}
</style>
background-color css
<style>
a { background-color: #9F8977; }
a { background-color: rgb(159,137,119); }
div.DivClassName
{
background-color: #9F8977;
}
.BgClassName
{
background-color: #9F8977;
}
</style>
border-color css
<style>
span { border-color: #9F8977; }
span { border-color: rgb(159,137,119); }
td.TdClassName
{
border-color: #9F8977;
}
.TagClassName
{
border-color: #9F8977;
}
</style>