Shades of Almond Frost #9E8773
Tints of Almond Frost #9E8773
RGB
CMYK
RGB Variations
Color information
#9E8773 (or 0x9E8773) is known color: Almond Frost. HEX triplet: 9E, 87 and 73. RGB value is (158,135,115). Sum of RGB (Red+Green+Blue) = 158+135+115=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8773 is #61788C. Grayscale: #8B8B8B. Windows color (decimal): -6387853 or 7571358. OLE color: 7571358.
HSL color Cylindrical-coordinate representation of color #9E8773: hue angle of 27.91º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E8773 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 135 | 115 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.38 |
| HSL | 27.91º | 0.18% | 0.54% | - |
| HSV(B) | 27.91º | 0.27% | 0.62% | - |
| XYZ | 25.86 | 25.83 | 19.84 | - |
| YUV | 139.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 115 | 0 | 0.15 | 0.27 | 0.38 | 27.91 | 0.18 | 0.54 |
| Hex | 9E | 87 | 73 | 0 | F | 1B | 26 | 1C | 12 | 36 |
| Octal | 236 | 207 | 163 | 0 | 17 | 33 | 46 | 34 | 22 | 66 |
| Binary | 10011110 | 10000111 | 1110011 | 0 | 1111 | 11011 | 100110 | 11100 | 10010 | 110110 |
Color Harmonies of #9E8773
Complementary color
Monochromatic Colors of #9E8773
Black with #9E8773
Text Example
Text Example
White with #9E8773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8773; }
p { color: rgb(158,135,115); }
H1.HeaderClassName
{
color: #9E8773;
}
.AnyTagClassName
{
color: #9E8773;
}
</style>
background-color css
<style>
a { background-color: #9E8773; }
a { background-color: rgb(158,135,115); }
div.DivClassName
{
background-color: #9E8773;
}
.BgClassName
{
background-color: #9E8773;
}
</style>
border-color css
<style>
span { border-color: #9E8773; }
span { border-color: rgb(158,135,115); }
td.TdClassName
{
border-color: #9E8773;
}
.TagClassName
{
border-color: #9E8773;
}
</style>