Shades of Almond Frost #9D8C86
Tints of Almond Frost #9D8C86
RGB
CMYK
RGB Variations
Color information
#9D8C86 (or 0x9D8C86) is known color: Almond Frost. HEX triplet: 9D, 8C and 86. RGB value is (157,140,134). Sum of RGB (Red+Green+Blue) = 157+140+134=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8C86 is #627379. Grayscale: #909090. Windows color (decimal): -6452090 or 8817821. OLE color: 8817821.
HSL color Cylindrical-coordinate representation of color #9D8C86: hue angle of 15.65º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8C86 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 134 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.38 |
| HSL | 15.65º | 0.11% | 0.57% | - |
| HSV(B) | 15.65º | 0.15% | 0.62% | - |
| XYZ | 27.59 | 27.65 | 26.44 | - |
| YUV | 144.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 134 | 0 | 0.11 | 0.15 | 0.38 | 15.65 | 0.11 | 0.57 |
| Hex | 9D | 8C | 86 | 0 | B | F | 26 | 10 | B | 39 |
| Octal | 235 | 214 | 206 | 0 | 13 | 17 | 46 | 20 | 13 | 71 |
| Binary | 10011101 | 10001100 | 10000110 | 0 | 1011 | 1111 | 100110 | 10000 | 1011 | 111001 |
Color Harmonies of #9D8C86
Complementary color
Monochromatic Colors of #9D8C86
Black with #9D8C86
Text Example
Text Example
White with #9D8C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C86; }
p { color: rgb(157,140,134); }
H1.HeaderClassName
{
color: #9D8C86;
}
.AnyTagClassName
{
color: #9D8C86;
}
</style>
background-color css
<style>
a { background-color: #9D8C86; }
a { background-color: rgb(157,140,134); }
div.DivClassName
{
background-color: #9D8C86;
}
.BgClassName
{
background-color: #9D8C86;
}
</style>
border-color css
<style>
span { border-color: #9D8C86; }
span { border-color: rgb(157,140,134); }
td.TdClassName
{
border-color: #9D8C86;
}
.TagClassName
{
border-color: #9D8C86;
}
</style>