Shades of Almond Frost #9F897B
Tints of Almond Frost #9F897B
RGB
CMYK
RGB Variations
Color information
#9F897B (or 0x9F897B) is known color: Almond Frost. HEX triplet: 9F, 89 and 7B. RGB value is (159,137,123). Sum of RGB (Red+Green+Blue) = 159+137+123=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 123 (48.44% from 255 or 29.36% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F897B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F897B is #607684. Grayscale: #8E8E8E. Windows color (decimal): -6321797 or 8096159. OLE color: 8096159.
HSL color Cylindrical-coordinate representation of color #9F897B: hue angle of 23.33º 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 #9F897B is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 123 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.38 |
| HSL | 23.33º | 0.16% | 0.55% | - |
| HSV(B) | 23.33º | 0.23% | 0.62% | - |
| XYZ | 26.82 | 26.69 | 22.48 | - |
| YUV | 141.98 | 117.29 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 123 | 0 | 0.14 | 0.23 | 0.38 | 23.33 | 0.16 | 0.55 |
| Hex | 9F | 89 | 7B | 0 | E | 17 | 26 | 17 | 10 | 37 |
| Octal | 237 | 211 | 173 | 0 | 16 | 27 | 46 | 27 | 20 | 67 |
| Binary | 10011111 | 10001001 | 1111011 | 0 | 1110 | 10111 | 100110 | 10111 | 10000 | 110111 |
Color Harmonies of #9F897B
Complementary color
Monochromatic Colors of #9F897B
Black with #9F897B
Text Example
Text Example
White with #9F897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F897B; }
p { color: rgb(159,137,123); }
H1.HeaderClassName
{
color: #9F897B;
}
.AnyTagClassName
{
color: #9F897B;
}
</style>
background-color css
<style>
a { background-color: #9F897B; }
a { background-color: rgb(159,137,123); }
div.DivClassName
{
background-color: #9F897B;
}
.BgClassName
{
background-color: #9F897B;
}
</style>
border-color css
<style>
span { border-color: #9F897B; }
span { border-color: rgb(159,137,123); }
td.TdClassName
{
border-color: #9F897B;
}
.TagClassName
{
border-color: #9F897B;
}
</style>