Shades of Almond Frost #9D8979
Tints of Almond Frost #9D8979
RGB
CMYK
RGB Variations
Color information
#9D8979 (or 0x9D8979) is known color: Almond Frost. HEX triplet: 9D, 89 and 79. RGB value is (157,137,121). Sum of RGB (Red+Green+Blue) = 157+137+121=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8979 is #627686. Grayscale: #8D8D8D. Windows color (decimal): -6452871 or 7965085. OLE color: 7965085.
HSL color Cylindrical-coordinate representation of color #9D8979: hue angle of 26.67º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9D8979 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 121 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.38 |
| HSL | 26.67º | 0.16% | 0.55% | - |
| HSV(B) | 26.67º | 0.23% | 0.62% | - |
| XYZ | 26.3 | 26.44 | 21.81 | - |
| YUV | 141.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 121 | 0 | 0.13 | 0.23 | 0.38 | 26.67 | 0.16 | 0.55 |
| Hex | 9D | 89 | 79 | 0 | D | 17 | 26 | 1B | 10 | 37 |
| Octal | 235 | 211 | 171 | 0 | 15 | 27 | 46 | 33 | 20 | 67 |
| Binary | 10011101 | 10001001 | 1111001 | 0 | 1101 | 10111 | 100110 | 11011 | 10000 | 110111 |
Color Harmonies of #9D8979
Complementary color
Monochromatic Colors of #9D8979
Black with #9D8979
Text Example
Text Example
White with #9D8979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8979; }
p { color: rgb(157,137,121); }
H1.HeaderClassName
{
color: #9D8979;
}
.AnyTagClassName
{
color: #9D8979;
}
</style>
background-color css
<style>
a { background-color: #9D8979; }
a { background-color: rgb(157,137,121); }
div.DivClassName
{
background-color: #9D8979;
}
.BgClassName
{
background-color: #9D8979;
}
</style>
border-color css
<style>
span { border-color: #9D8979; }
span { border-color: rgb(157,137,121); }
td.TdClassName
{
border-color: #9D8979;
}
.TagClassName
{
border-color: #9D8979;
}
</style>