Shades of Almond Frost #958C86
Tints of Almond Frost #958C86
RGB
CMYK
RGB Variations
Color information
#958C86 (or 0x958C86) is known color: Almond Frost. HEX triplet: 95, 8C and 86. RGB value is (149,140,134). Sum of RGB (Red+Green+Blue) = 149+140+134=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 149 - color contains mainly: red. Hex color #958C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958C86 is #6A7379. Grayscale: #8E8E8E. Windows color (decimal): -6976378 or 8817813. OLE color: 8817813.
HSL color Cylindrical-coordinate representation of color #958C86: hue angle of 24º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #958C86 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 140 | 134 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.42 |
| HSL | 24º | 0.07% | 0.55% | - |
| HSV(B) | 24º | 0.1% | 0.58% | - |
| XYZ | 26.08 | 26.87 | 26.37 | - |
| YUV | 142.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 140 | 134 | 0 | 0.06 | 0.10 | 0.42 | 24 | 0.07 | 0.55 |
| Hex | 95 | 8C | 86 | 0 | 6 | A | 2A | 18 | 7 | 37 |
| Octal | 225 | 214 | 206 | 0 | 6 | 12 | 52 | 30 | 7 | 67 |
| Binary | 10010101 | 10001100 | 10000110 | 0 | 110 | 1010 | 101010 | 11000 | 111 | 110111 |
Color Harmonies of #958C86
Complementary color
Monochromatic Colors of #958C86
Black with #958C86
Text Example
Text Example
White with #958C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958C86; }
p { color: rgb(149,140,134); }
H1.HeaderClassName
{
color: #958C86;
}
.AnyTagClassName
{
color: #958C86;
}
</style>
background-color css
<style>
a { background-color: #958C86; }
a { background-color: rgb(149,140,134); }
div.DivClassName
{
background-color: #958C86;
}
.BgClassName
{
background-color: #958C86;
}
</style>
border-color css
<style>
span { border-color: #958C86; }
span { border-color: rgb(149,140,134); }
td.TdClassName
{
border-color: #958C86;
}
.TagClassName
{
border-color: #958C86;
}
</style>