Shades of Almond Frost #9F8470
Tints of Almond Frost #9F8470
RGB
CMYK
RGB Variations
Color information
#9F8470 (or 0x9F8470) is known color: Almond Frost. HEX triplet: 9F, 84 and 70. RGB value is (159,132,112). Sum of RGB (Red+Green+Blue) = 159+132+112=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8470 is #607B8F. Grayscale: #898989. Windows color (decimal): -6323088 or 7373983. OLE color: 7373983.
HSL color Cylindrical-coordinate representation of color #9F8470: hue angle of 25.53º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8470 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 112 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.38 |
| HSL | 25.53º | 0.2% | 0.53% | - |
| HSV(B) | 25.53º | 0.3% | 0.62% | - |
| XYZ | 25.47 | 25.04 | 18.82 | - |
| YUV | 137.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 112 | 0 | 0.17 | 0.30 | 0.38 | 25.53 | 0.2 | 0.53 |
| Hex | 9F | 84 | 70 | 0 | 11 | 1E | 26 | 1A | 14 | 35 |
| Octal | 237 | 204 | 160 | 0 | 21 | 36 | 46 | 32 | 24 | 65 |
| Binary | 10011111 | 10000100 | 1110000 | 0 | 10001 | 11110 | 100110 | 11010 | 10100 | 110101 |
Color Harmonies of #9F8470
Complementary color
Monochromatic Colors of #9F8470
Black with #9F8470
Text Example
Text Example
White with #9F8470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8470; }
p { color: rgb(159,132,112); }
H1.HeaderClassName
{
color: #9F8470;
}
.AnyTagClassName
{
color: #9F8470;
}
</style>
background-color css
<style>
a { background-color: #9F8470; }
a { background-color: rgb(159,132,112); }
div.DivClassName
{
background-color: #9F8470;
}
.BgClassName
{
background-color: #9F8470;
}
</style>
border-color css
<style>
span { border-color: #9F8470; }
span { border-color: rgb(159,132,112); }
td.TdClassName
{
border-color: #9F8470;
}
.TagClassName
{
border-color: #9F8470;
}
</style>