Shades of Almond Frost #9E8C7C
Tints of Almond Frost #9E8C7C
RGB
CMYK
RGB Variations
Color information
#9E8C7C (or 0x9E8C7C) is known color: Almond Frost. HEX triplet: 9E, 8C and 7C. RGB value is (158,140,124). Sum of RGB (Red+Green+Blue) = 158+140+124=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8C7C is #617383. Grayscale: #8F8F8F. Windows color (decimal): -6386564 or 8162462. OLE color: 8162462.
HSL color Cylindrical-coordinate representation of color #9E8C7C: hue angle of 28.24º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9E8C7C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 124 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.38 |
| HSL | 28.24º | 0.15% | 0.55% | - |
| HSV(B) | 28.24º | 0.22% | 0.62% | - |
| XYZ | 27.12 | 27.48 | 22.94 | - |
| YUV | 143.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 124 | 0 | 0.11 | 0.22 | 0.38 | 28.24 | 0.15 | 0.55 |
| Hex | 9E | 8C | 7C | 0 | B | 16 | 26 | 1C | F | 37 |
| Octal | 236 | 214 | 174 | 0 | 13 | 26 | 46 | 34 | 17 | 67 |
| Binary | 10011110 | 10001100 | 1111100 | 0 | 1011 | 10110 | 100110 | 11100 | 1111 | 110111 |
Color Harmonies of #9E8C7C
Complementary color
Monochromatic Colors of #9E8C7C
Black with #9E8C7C
Text Example
Text Example
White with #9E8C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C7C; }
p { color: rgb(158,140,124); }
H1.HeaderClassName
{
color: #9E8C7C;
}
.AnyTagClassName
{
color: #9E8C7C;
}
</style>
background-color css
<style>
a { background-color: #9E8C7C; }
a { background-color: rgb(158,140,124); }
div.DivClassName
{
background-color: #9E8C7C;
}
.BgClassName
{
background-color: #9E8C7C;
}
</style>
border-color css
<style>
span { border-color: #9E8C7C; }
span { border-color: rgb(158,140,124); }
td.TdClassName
{
border-color: #9E8C7C;
}
.TagClassName
{
border-color: #9E8C7C;
}
</style>