Shades of Almond Frost #9E867E
Tints of Almond Frost #9E867E
RGB
CMYK
RGB Variations
Color information
#9E867E (or 0x9E867E) is known color: Almond Frost. HEX triplet: 9E, 86 and 7E. RGB value is (158,134,126). Sum of RGB (Red+Green+Blue) = 158+134+126=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 134 (52.73% from 255 or 32.06% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 158 - color contains mainly: red. Hex color #9E867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E867E is #617981. Grayscale: #8C8C8C. Windows color (decimal): -6388098 or 8291998. OLE color: 8291998.
HSL color Cylindrical-coordinate representation of color #9E867E: hue angle of 15º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E867E is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 126 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.38 |
| HSL | 15º | 0.14% | 0.56% | - |
| HSV(B) | 15º | 0.2% | 0.62% | - |
| XYZ | 26.39 | 25.83 | 23.33 | - |
| YUV | 140.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 126 | 0 | 0.15 | 0.20 | 0.38 | 15 | 0.14 | 0.56 |
| Hex | 9E | 86 | 7E | 0 | F | 14 | 26 | F | E | 38 |
| Octal | 236 | 206 | 176 | 0 | 17 | 24 | 46 | 17 | 16 | 70 |
| Binary | 10011110 | 10000110 | 1111110 | 0 | 1111 | 10100 | 100110 | 1111 | 1110 | 111000 |
Color Harmonies of #9E867E
Complementary color
Monochromatic Colors of #9E867E
Black with #9E867E
Text Example
Text Example
White with #9E867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E867E; }
p { color: rgb(158,134,126); }
H1.HeaderClassName
{
color: #9E867E;
}
.AnyTagClassName
{
color: #9E867E;
}
</style>
background-color css
<style>
a { background-color: #9E867E; }
a { background-color: rgb(158,134,126); }
div.DivClassName
{
background-color: #9E867E;
}
.BgClassName
{
background-color: #9E867E;
}
</style>
border-color css
<style>
span { border-color: #9E867E; }
span { border-color: rgb(158,134,126); }
td.TdClassName
{
border-color: #9E867E;
}
.TagClassName
{
border-color: #9E867E;
}
</style>