Shades of Almond Frost #9D8880
Tints of Almond Frost #9D8880
RGB
CMYK
RGB Variations
Color information
#9D8880 (or 0x9D8880) is known color: Almond Frost. HEX triplet: 9D, 88 and 80. RGB value is (157,136,128). Sum of RGB (Red+Green+Blue) = 157+136+128=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8880 is #62777F. Grayscale: #8D8D8D. Windows color (decimal): -6453120 or 8423581. OLE color: 8423581.
HSL color Cylindrical-coordinate representation of color #9D8880: hue angle of 16.55º 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 #9D8880 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 128 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.38 |
| HSL | 16.55º | 0.13% | 0.56% | - |
| HSV(B) | 16.55º | 0.18% | 0.62% | - |
| XYZ | 26.61 | 26.33 | 24.1 | - |
| YUV | 141.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 128 | 0 | 0.13 | 0.18 | 0.38 | 16.55 | 0.13 | 0.56 |
| Hex | 9D | 88 | 80 | 0 | D | 12 | 26 | 11 | D | 38 |
| Octal | 235 | 210 | 200 | 0 | 15 | 22 | 46 | 21 | 15 | 70 |
| Binary | 10011101 | 10001000 | 10000000 | 0 | 1101 | 10010 | 100110 | 10001 | 1101 | 111000 |
Color Harmonies of #9D8880
Complementary color
Monochromatic Colors of #9D8880
Black with #9D8880
Text Example
Text Example
White with #9D8880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8880; }
p { color: rgb(157,136,128); }
H1.HeaderClassName
{
color: #9D8880;
}
.AnyTagClassName
{
color: #9D8880;
}
</style>
background-color css
<style>
a { background-color: #9D8880; }
a { background-color: rgb(157,136,128); }
div.DivClassName
{
background-color: #9D8880;
}
.BgClassName
{
background-color: #9D8880;
}
</style>
border-color css
<style>
span { border-color: #9D8880; }
span { border-color: rgb(157,136,128); }
td.TdClassName
{
border-color: #9D8880;
}
.TagClassName
{
border-color: #9D8880;
}
</style>