Shades of Almond Frost #9E897A
Tints of Almond Frost #9E897A
RGB
CMYK
RGB Variations
Color information
#9E897A (or 0x9E897A) is known color: Almond Frost. HEX triplet: 9E, 89 and 7A. RGB value is (158,137,122). Sum of RGB (Red+Green+Blue) = 158+137+122=417 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.89% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 158 - color contains mainly: red. Hex color #9E897A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E897A is #617685. Grayscale: #8D8D8D. Windows color (decimal): -6387334 or 8030622. OLE color: 8030622.
HSL color Cylindrical-coordinate representation of color #9E897A: hue angle of 25º 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 #9E897A is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 122 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.38 |
| HSL | 25º | 0.16% | 0.55% | - |
| HSV(B) | 25º | 0.23% | 0.62% | - |
| XYZ | 26.56 | 26.57 | 22.14 | - |
| YUV | 141.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 122 | 0 | 0.13 | 0.23 | 0.38 | 25 | 0.16 | 0.55 |
| Hex | 9E | 89 | 7A | 0 | D | 17 | 26 | 19 | 10 | 37 |
| Octal | 236 | 211 | 172 | 0 | 15 | 27 | 46 | 31 | 20 | 67 |
| Binary | 10011110 | 10001001 | 1111010 | 0 | 1101 | 10111 | 100110 | 11001 | 10000 | 110111 |
Color Harmonies of #9E897A
Complementary color
Monochromatic Colors of #9E897A
Black with #9E897A
Text Example
Text Example
White with #9E897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E897A; }
p { color: rgb(158,137,122); }
H1.HeaderClassName
{
color: #9E897A;
}
.AnyTagClassName
{
color: #9E897A;
}
</style>
background-color css
<style>
a { background-color: #9E897A; }
a { background-color: rgb(158,137,122); }
div.DivClassName
{
background-color: #9E897A;
}
.BgClassName
{
background-color: #9E897A;
}
</style>
border-color css
<style>
span { border-color: #9E897A; }
span { border-color: rgb(158,137,122); }
td.TdClassName
{
border-color: #9E897A;
}
.TagClassName
{
border-color: #9E897A;
}
</style>