Shades of Almond Frost #9D8D83
Tints of Almond Frost #9D8D83
RGB
CMYK
RGB Variations
Color information
#9D8D83 (or 0x9D8D83) is known color: Almond Frost. HEX triplet: 9D, 8D and 83. RGB value is (157,141,131). Sum of RGB (Red+Green+Blue) = 157+141+131=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8D83 is #62727C. Grayscale: #909090. Windows color (decimal): -6451837 or 8621469. OLE color: 8621469.
HSL color Cylindrical-coordinate representation of color #9D8D83: hue angle of 23.08º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8D83 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 131 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.38 |
| HSL | 23.08º | 0.12% | 0.56% | - |
| HSV(B) | 23.08º | 0.17% | 0.62% | - |
| XYZ | 27.53 | 27.86 | 25.4 | - |
| YUV | 144.64 | 120.3 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 131 | 0 | 0.10 | 0.17 | 0.38 | 23.08 | 0.12 | 0.56 |
| Hex | 9D | 8D | 83 | 0 | A | 11 | 26 | 17 | C | 38 |
| Octal | 235 | 215 | 203 | 0 | 12 | 21 | 46 | 27 | 14 | 70 |
| Binary | 10011101 | 10001101 | 10000011 | 0 | 1010 | 10001 | 100110 | 10111 | 1100 | 111000 |
Color Harmonies of #9D8D83
Complementary color
Monochromatic Colors of #9D8D83
Black with #9D8D83
Text Example
Text Example
White with #9D8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D83; }
p { color: rgb(157,141,131); }
H1.HeaderClassName
{
color: #9D8D83;
}
.AnyTagClassName
{
color: #9D8D83;
}
</style>
background-color css
<style>
a { background-color: #9D8D83; }
a { background-color: rgb(157,141,131); }
div.DivClassName
{
background-color: #9D8D83;
}
.BgClassName
{
background-color: #9D8D83;
}
</style>
border-color css
<style>
span { border-color: #9D8D83; }
span { border-color: rgb(157,141,131); }
td.TdClassName
{
border-color: #9D8D83;
}
.TagClassName
{
border-color: #9D8D83;
}
</style>