Shades of Almond Frost #9D8D7E
Tints of Almond Frost #9D8D7E
RGB
CMYK
RGB Variations
Color information
#9D8D7E (or 0x9D8D7E) is known color: Almond Frost. HEX triplet: 9D, 8D and 7E. RGB value is (157,141,126). Sum of RGB (Red+Green+Blue) = 157+141+126=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D7E is #627281. Grayscale: #909090. Windows color (decimal): -6451842 or 8293789. OLE color: 8293789.
HSL color Cylindrical-coordinate representation of color #9D8D7E: hue angle of 29.03º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D8D7E is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 126 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.38 |
| HSL | 29.03º | 0.14% | 0.55% | - |
| HSV(B) | 29.03º | 0.2% | 0.62% | - |
| XYZ | 27.2 | 27.72 | 23.66 | - |
| YUV | 144.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 126 | 0 | 0.10 | 0.20 | 0.38 | 29.03 | 0.14 | 0.55 |
| Hex | 9D | 8D | 7E | 0 | A | 14 | 26 | 1D | E | 37 |
| Octal | 235 | 215 | 176 | 0 | 12 | 24 | 46 | 35 | 16 | 67 |
| Binary | 10011101 | 10001101 | 1111110 | 0 | 1010 | 10100 | 100110 | 11101 | 1110 | 110111 |
Color Harmonies of #9D8D7E
Complementary color
Monochromatic Colors of #9D8D7E
Black with #9D8D7E
Text Example
Text Example
White with #9D8D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D7E; }
p { color: rgb(157,141,126); }
H1.HeaderClassName
{
color: #9D8D7E;
}
.AnyTagClassName
{
color: #9D8D7E;
}
</style>
background-color css
<style>
a { background-color: #9D8D7E; }
a { background-color: rgb(157,141,126); }
div.DivClassName
{
background-color: #9D8D7E;
}
.BgClassName
{
background-color: #9D8D7E;
}
</style>
border-color css
<style>
span { border-color: #9D8D7E; }
span { border-color: rgb(157,141,126); }
td.TdClassName
{
border-color: #9D8D7E;
}
.TagClassName
{
border-color: #9D8D7E;
}
</style>