Shades of Almond Frost #9D8780
Tints of Almond Frost #9D8780
RGB
CMYK
RGB Variations
Color information
#9D8780 (or 0x9D8780) is known color: Almond Frost. HEX triplet: 9D, 87 and 80. RGB value is (157,135,128). Sum of RGB (Red+Green+Blue) = 157+135+128=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8780 is #62787F. Grayscale: #8C8C8C. Windows color (decimal): -6453376 or 8423325. OLE color: 8423325.
HSL color Cylindrical-coordinate representation of color #9D8780: hue angle of 14.48º 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 #9D8780 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 128 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.38 |
| HSL | 14.48º | 0.13% | 0.56% | - |
| HSV(B) | 14.48º | 0.18% | 0.62% | - |
| XYZ | 26.46 | 26.05 | 24.06 | - |
| YUV | 140.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 128 | 0 | 0.14 | 0.18 | 0.38 | 14.48 | 0.13 | 0.56 |
| Hex | 9D | 87 | 80 | 0 | E | 12 | 26 | E | D | 38 |
| Octal | 235 | 207 | 200 | 0 | 16 | 22 | 46 | 16 | 15 | 70 |
| Binary | 10011101 | 10000111 | 10000000 | 0 | 1110 | 10010 | 100110 | 1110 | 1101 | 111000 |
Color Harmonies of #9D8780
Complementary color
Monochromatic Colors of #9D8780
Black with #9D8780
Text Example
Text Example
White with #9D8780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8780; }
p { color: rgb(157,135,128); }
H1.HeaderClassName
{
color: #9D8780;
}
.AnyTagClassName
{
color: #9D8780;
}
</style>
background-color css
<style>
a { background-color: #9D8780; }
a { background-color: rgb(157,135,128); }
div.DivClassName
{
background-color: #9D8780;
}
.BgClassName
{
background-color: #9D8780;
}
</style>
border-color css
<style>
span { border-color: #9D8780; }
span { border-color: rgb(157,135,128); }
td.TdClassName
{
border-color: #9D8780;
}
.TagClassName
{
border-color: #9D8780;
}
</style>