Shades of Almond Frost #9E8A82
Tints of Almond Frost #9E8A82
RGB
CMYK
RGB Variations
Color information
#9E8A82 (or 0x9E8A82) is known color: Almond Frost. HEX triplet: 9E, 8A and 82. RGB value is (158,138,130). Sum of RGB (Red+Green+Blue) = 158+138+130=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8A82 is #61757D. Grayscale: #8F8F8F. Windows color (decimal): -6387070 or 8555166. OLE color: 8555166.
HSL color Cylindrical-coordinate representation of color #9E8A82: hue angle of 17.14º 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 #9E8A82 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 138 | 130 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.38 |
| HSL | 17.14º | 0.13% | 0.56% | - |
| HSV(B) | 17.14º | 0.18% | 0.62% | - |
| XYZ | 27.22 | 27.06 | 24.91 | - |
| YUV | 143.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 138 | 130 | 0 | 0.13 | 0.18 | 0.38 | 17.14 | 0.13 | 0.56 |
| Hex | 9E | 8A | 82 | 0 | D | 12 | 26 | 11 | D | 38 |
| Octal | 236 | 212 | 202 | 0 | 15 | 22 | 46 | 21 | 15 | 70 |
| Binary | 10011110 | 10001010 | 10000010 | 0 | 1101 | 10010 | 100110 | 10001 | 1101 | 111000 |
Color Harmonies of #9E8A82
Complementary color
Monochromatic Colors of #9E8A82
Black with #9E8A82
Text Example
Text Example
White with #9E8A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8A82; }
p { color: rgb(158,138,130); }
H1.HeaderClassName
{
color: #9E8A82;
}
.AnyTagClassName
{
color: #9E8A82;
}
</style>
background-color css
<style>
a { background-color: #9E8A82; }
a { background-color: rgb(158,138,130); }
div.DivClassName
{
background-color: #9E8A82;
}
.BgClassName
{
background-color: #9E8A82;
}
</style>
border-color css
<style>
span { border-color: #9E8A82; }
span { border-color: rgb(158,138,130); }
td.TdClassName
{
border-color: #9E8A82;
}
.TagClassName
{
border-color: #9E8A82;
}
</style>