Shades of Almond Frost #9D8980
Tints of Almond Frost #9D8980
RGB
CMYK
RGB Variations
Color information
#9D8980 (or 0x9D8980) is known color: Almond Frost. HEX triplet: 9D, 89 and 80. RGB value is (157,137,128). Sum of RGB (Red+Green+Blue) = 157+137+128=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8980 is #62767F. Grayscale: #8E8E8E. Windows color (decimal): -6452864 or 8423837. OLE color: 8423837.
HSL color Cylindrical-coordinate representation of color #9D8980: hue angle of 18.62º 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 #9D8980 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 128 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.38 |
| HSL | 18.62º | 0.13% | 0.56% | - |
| HSV(B) | 18.62º | 0.18% | 0.62% | - |
| XYZ | 26.75 | 26.62 | 24.15 | - |
| YUV | 141.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 128 | 0 | 0.13 | 0.18 | 0.38 | 18.62 | 0.13 | 0.56 |
| Hex | 9D | 89 | 80 | 0 | D | 12 | 26 | 13 | D | 38 |
| Octal | 235 | 211 | 200 | 0 | 15 | 22 | 46 | 23 | 15 | 70 |
| Binary | 10011101 | 10001001 | 10000000 | 0 | 1101 | 10010 | 100110 | 10011 | 1101 | 111000 |
Color Harmonies of #9D8980
Complementary color
Monochromatic Colors of #9D8980
Black with #9D8980
Text Example
Text Example
White with #9D8980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8980; }
p { color: rgb(157,137,128); }
H1.HeaderClassName
{
color: #9D8980;
}
.AnyTagClassName
{
color: #9D8980;
}
</style>
background-color css
<style>
a { background-color: #9D8980; }
a { background-color: rgb(157,137,128); }
div.DivClassName
{
background-color: #9D8980;
}
.BgClassName
{
background-color: #9D8980;
}
</style>
border-color css
<style>
span { border-color: #9D8980; }
span { border-color: rgb(157,137,128); }
td.TdClassName
{
border-color: #9D8980;
}
.TagClassName
{
border-color: #9D8980;
}
</style>