Shades of Almond Frost #95887C
Tints of Almond Frost #95887C
RGB
CMYK
RGB Variations
Color information
#95887C (or 0x95887C) is known color: Almond Frost. HEX triplet: 95, 88 and 7C. RGB value is (149,136,124). Sum of RGB (Red+Green+Blue) = 149+136+124=409 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.43% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 149 - color contains mainly: red. Hex color #95887C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95887C is #6A7783. Grayscale: #8A8A8A. Windows color (decimal): -6977412 or 8161429. OLE color: 8161429.
HSL color Cylindrical-coordinate representation of color #95887C: hue angle of 28.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95887C is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 124 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.42 |
| HSL | 28.8º | 0.11% | 0.54% | - |
| HSV(B) | 28.8º | 0.17% | 0.58% | - |
| XYZ | 24.84 | 25.45 | 22.67 | - |
| YUV | 138.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 124 | 0 | 0.09 | 0.17 | 0.42 | 28.8 | 0.11 | 0.54 |
| Hex | 95 | 88 | 7C | 0 | 9 | 11 | 2A | 1D | B | 36 |
| Octal | 225 | 210 | 174 | 0 | 11 | 21 | 52 | 35 | 13 | 66 |
| Binary | 10010101 | 10001000 | 1111100 | 0 | 1001 | 10001 | 101010 | 11101 | 1011 | 110110 |
Color Harmonies of #95887C
Complementary color
Monochromatic Colors of #95887C
Black with #95887C
Text Example
Text Example
White with #95887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95887C; }
p { color: rgb(149,136,124); }
H1.HeaderClassName
{
color: #95887C;
}
.AnyTagClassName
{
color: #95887C;
}
</style>
background-color css
<style>
a { background-color: #95887C; }
a { background-color: rgb(149,136,124); }
div.DivClassName
{
background-color: #95887C;
}
.BgClassName
{
background-color: #95887C;
}
</style>
border-color css
<style>
span { border-color: #95887C; }
span { border-color: rgb(149,136,124); }
td.TdClassName
{
border-color: #95887C;
}
.TagClassName
{
border-color: #95887C;
}
</style>