Shades of Almond Frost #958980
Tints of Almond Frost #958980
RGB
CMYK
RGB Variations
Color information
#958980 (or 0x958980) is known color: Almond Frost. HEX triplet: 95, 89 and 80. RGB value is (149,137,128). Sum of RGB (Red+Green+Blue) = 149+137+128=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958980 is #6A767F. Grayscale: #8B8B8B. Windows color (decimal): -6977152 or 8423829. OLE color: 8423829.
HSL color Cylindrical-coordinate representation of color #958980: hue angle of 25.71º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #958980 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 137 | 128 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.42 |
| HSL | 25.71º | 0.09% | 0.54% | - |
| HSV(B) | 25.71º | 0.14% | 0.58% | - |
| XYZ | 25.24 | 25.84 | 24.08 | - |
| YUV | 139.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 137 | 128 | 0 | 0.08 | 0.14 | 0.42 | 25.71 | 0.09 | 0.54 |
| Hex | 95 | 89 | 80 | 0 | 8 | E | 2A | 1A | 9 | 36 |
| Octal | 225 | 211 | 200 | 0 | 10 | 16 | 52 | 32 | 11 | 66 |
| Binary | 10010101 | 10001001 | 10000000 | 0 | 1000 | 1110 | 101010 | 11010 | 1001 | 110110 |
Color Harmonies of #958980
Complementary color
Monochromatic Colors of #958980
Black with #958980
Text Example
Text Example
White with #958980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958980; }
p { color: rgb(149,137,128); }
H1.HeaderClassName
{
color: #958980;
}
.AnyTagClassName
{
color: #958980;
}
</style>
background-color css
<style>
a { background-color: #958980; }
a { background-color: rgb(149,137,128); }
div.DivClassName
{
background-color: #958980;
}
.BgClassName
{
background-color: #958980;
}
</style>
border-color css
<style>
span { border-color: #958980; }
span { border-color: rgb(149,137,128); }
td.TdClassName
{
border-color: #958980;
}
.TagClassName
{
border-color: #958980;
}
</style>