Shades of Almond Frost #9F897A
Tints of Almond Frost #9F897A
RGB
CMYK
RGB Variations
Color information
#9F897A (or 0x9F897A) is known color: Almond Frost. HEX triplet: 9F, 89 and 7A. RGB value is (159,137,122). Sum of RGB (Red+Green+Blue) = 159+137+122=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F897A is #607685. Grayscale: #8D8D8D. Windows color (decimal): -6321798 or 8030623. OLE color: 8030623.
HSL color Cylindrical-coordinate representation of color #9F897A: hue angle of 24.32º 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 #9F897A is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 122 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.38 |
| HSL | 24.32º | 0.16% | 0.55% | - |
| HSV(B) | 24.32º | 0.23% | 0.62% | - |
| XYZ | 26.76 | 26.67 | 22.15 | - |
| YUV | 141.87 | 116.79 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 122 | 0 | 0.14 | 0.23 | 0.38 | 24.32 | 0.16 | 0.55 |
| Hex | 9F | 89 | 7A | 0 | E | 17 | 26 | 18 | 10 | 37 |
| Octal | 237 | 211 | 172 | 0 | 16 | 27 | 46 | 30 | 20 | 67 |
| Binary | 10011111 | 10001001 | 1111010 | 0 | 1110 | 10111 | 100110 | 11000 | 10000 | 110111 |
Color Harmonies of #9F897A
Complementary color
Monochromatic Colors of #9F897A
Black with #9F897A
Text Example
Text Example
White with #9F897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F897A; }
p { color: rgb(159,137,122); }
H1.HeaderClassName
{
color: #9F897A;
}
.AnyTagClassName
{
color: #9F897A;
}
</style>
background-color css
<style>
a { background-color: #9F897A; }
a { background-color: rgb(159,137,122); }
div.DivClassName
{
background-color: #9F897A;
}
.BgClassName
{
background-color: #9F897A;
}
</style>
border-color css
<style>
span { border-color: #9F897A; }
span { border-color: rgb(159,137,122); }
td.TdClassName
{
border-color: #9F897A;
}
.TagClassName
{
border-color: #9F897A;
}
</style>