Shades of Almond Frost #9F8679
Tints of Almond Frost #9F8679
RGB
CMYK
RGB Variations
Color information
#9F8679 (or 0x9F8679) is known color: Almond Frost. HEX triplet: 9F, 86 and 79. RGB value is (159,134,121). Sum of RGB (Red+Green+Blue) = 159+134+121=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8679 is #607986. Grayscale: #8C8C8C. Windows color (decimal): -6322567 or 7964319. OLE color: 7964319.
HSL color Cylindrical-coordinate representation of color #9F8679: hue angle of 20.53º 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 #9F8679 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 121 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.38 |
| HSL | 20.53º | 0.17% | 0.55% | - |
| HSV(B) | 20.53º | 0.24% | 0.62% | - |
| XYZ | 26.27 | 25.8 | 21.68 | - |
| YUV | 139.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 121 | 0 | 0.16 | 0.24 | 0.38 | 20.53 | 0.17 | 0.55 |
| Hex | 9F | 86 | 79 | 0 | 10 | 18 | 26 | 15 | 11 | 37 |
| Octal | 237 | 206 | 171 | 0 | 20 | 30 | 46 | 25 | 21 | 67 |
| Binary | 10011111 | 10000110 | 1111001 | 0 | 10000 | 11000 | 100110 | 10101 | 10001 | 110111 |
Color Harmonies of #9F8679
Complementary color
Monochromatic Colors of #9F8679
Black with #9F8679
Text Example
Text Example
White with #9F8679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8679; }
p { color: rgb(159,134,121); }
H1.HeaderClassName
{
color: #9F8679;
}
.AnyTagClassName
{
color: #9F8679;
}
</style>
background-color css
<style>
a { background-color: #9F8679; }
a { background-color: rgb(159,134,121); }
div.DivClassName
{
background-color: #9F8679;
}
.BgClassName
{
background-color: #9F8679;
}
</style>
border-color css
<style>
span { border-color: #9F8679; }
span { border-color: rgb(159,134,121); }
td.TdClassName
{
border-color: #9F8679;
}
.TagClassName
{
border-color: #9F8679;
}
</style>