Shades of Almond Frost #9E8982
Tints of Almond Frost #9E8982
RGB
CMYK
RGB Variations
Color information
#9E8982 (or 0x9E8982) is known color: Almond Frost. HEX triplet: 9E, 89 and 82. RGB value is (158,137,130). Sum of RGB (Red+Green+Blue) = 158+137+130=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8982 is #61767D. Grayscale: #8E8E8E. Windows color (decimal): -6387326 or 8554910. OLE color: 8554910.
HSL color Cylindrical-coordinate representation of color #9E8982: hue angle of 15º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E8982 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 130 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.38 |
| HSL | 15º | 0.13% | 0.56% | - |
| HSV(B) | 15º | 0.18% | 0.62% | - |
| XYZ | 27.08 | 26.77 | 24.86 | - |
| YUV | 142.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 130 | 0 | 0.13 | 0.18 | 0.38 | 15 | 0.13 | 0.56 |
| Hex | 9E | 89 | 82 | 0 | D | 12 | 26 | F | D | 38 |
| Octal | 236 | 211 | 202 | 0 | 15 | 22 | 46 | 17 | 15 | 70 |
| Binary | 10011110 | 10001001 | 10000010 | 0 | 1101 | 10010 | 100110 | 1111 | 1101 | 111000 |
Color Harmonies of #9E8982
Complementary color
Monochromatic Colors of #9E8982
Black with #9E8982
Text Example
Text Example
White with #9E8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8982; }
p { color: rgb(158,137,130); }
H1.HeaderClassName
{
color: #9E8982;
}
.AnyTagClassName
{
color: #9E8982;
}
</style>
background-color css
<style>
a { background-color: #9E8982; }
a { background-color: rgb(158,137,130); }
div.DivClassName
{
background-color: #9E8982;
}
.BgClassName
{
background-color: #9E8982;
}
</style>
border-color css
<style>
span { border-color: #9E8982; }
span { border-color: rgb(158,137,130); }
td.TdClassName
{
border-color: #9E8982;
}
.TagClassName
{
border-color: #9E8982;
}
</style>