Shades of Almond Frost #9E8A77
Tints of Almond Frost #9E8A77
RGB
CMYK
RGB Variations
Color information
#9E8A77 (or 0x9E8A77) is known color: Almond Frost. HEX triplet: 9E, 8A and 77. RGB value is (158,138,119). Sum of RGB (Red+Green+Blue) = 158+138+119=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8A77 is #617588. Grayscale: #8D8D8D. Windows color (decimal): -6387081 or 7834270. OLE color: 7834270.
HSL color Cylindrical-coordinate representation of color #9E8A77: hue angle of 29.23º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8A77 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 138 | 119 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.38 |
| HSL | 29.23º | 0.17% | 0.54% | - |
| HSV(B) | 29.23º | 0.25% | 0.62% | - |
| XYZ | 26.52 | 26.78 | 21.22 | - |
| YUV | 141.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 138 | 119 | 0 | 0.13 | 0.25 | 0.38 | 29.23 | 0.17 | 0.54 |
| Hex | 9E | 8A | 77 | 0 | D | 19 | 26 | 1D | 11 | 36 |
| Octal | 236 | 212 | 167 | 0 | 15 | 31 | 46 | 35 | 21 | 66 |
| Binary | 10011110 | 10001010 | 1110111 | 0 | 1101 | 11001 | 100110 | 11101 | 10001 | 110110 |
Color Harmonies of #9E8A77
Complementary color
Monochromatic Colors of #9E8A77
Black with #9E8A77
Text Example
Text Example
White with #9E8A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8A77; }
p { color: rgb(158,138,119); }
H1.HeaderClassName
{
color: #9E8A77;
}
.AnyTagClassName
{
color: #9E8A77;
}
</style>
background-color css
<style>
a { background-color: #9E8A77; }
a { background-color: rgb(158,138,119); }
div.DivClassName
{
background-color: #9E8A77;
}
.BgClassName
{
background-color: #9E8A77;
}
</style>
border-color css
<style>
span { border-color: #9E8A77; }
span { border-color: rgb(158,138,119); }
td.TdClassName
{
border-color: #9E8A77;
}
.TagClassName
{
border-color: #9E8A77;
}
</style>