Shades of Almond Frost #9F867A
Tints of Almond Frost #9F867A
RGB
CMYK
RGB Variations
Color information
#9F867A (or 0x9F867A) is known color: Almond Frost. HEX triplet: 9F, 86 and 7A. RGB value is (159,134,122). Sum of RGB (Red+Green+Blue) = 159+134+122=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 159 - color contains mainly: red. Hex color #9F867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F867A is #607985. Grayscale: #8C8C8C. Windows color (decimal): -6322566 or 8029855. OLE color: 8029855.
HSL color Cylindrical-coordinate representation of color #9F867A: hue angle of 19.46º 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 #9F867A is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 122 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.38 |
| HSL | 19.46º | 0.16% | 0.55% | - |
| HSV(B) | 19.46º | 0.23% | 0.62% | - |
| XYZ | 26.34 | 25.83 | 22.01 | - |
| YUV | 140.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 122 | 0 | 0.16 | 0.23 | 0.38 | 19.46 | 0.16 | 0.55 |
| Hex | 9F | 86 | 7A | 0 | 10 | 17 | 26 | 13 | 10 | 37 |
| Octal | 237 | 206 | 172 | 0 | 20 | 27 | 46 | 23 | 20 | 67 |
| Binary | 10011111 | 10000110 | 1111010 | 0 | 10000 | 10111 | 100110 | 10011 | 10000 | 110111 |
Color Harmonies of #9F867A
Complementary color
Monochromatic Colors of #9F867A
Black with #9F867A
Text Example
Text Example
White with #9F867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F867A; }
p { color: rgb(159,134,122); }
H1.HeaderClassName
{
color: #9F867A;
}
.AnyTagClassName
{
color: #9F867A;
}
</style>
background-color css
<style>
a { background-color: #9F867A; }
a { background-color: rgb(159,134,122); }
div.DivClassName
{
background-color: #9F867A;
}
.BgClassName
{
background-color: #9F867A;
}
</style>
border-color css
<style>
span { border-color: #9F867A; }
span { border-color: rgb(159,134,122); }
td.TdClassName
{
border-color: #9F867A;
}
.TagClassName
{
border-color: #9F867A;
}
</style>