Shades of Almond Frost #95887D
Tints of Almond Frost #95887D
RGB
CMYK
RGB Variations
Color information
#95887D (or 0x95887D) is known color: Almond Frost. HEX triplet: 95, 88 and 7D. RGB value is (149,136,125). Sum of RGB (Red+Green+Blue) = 149+136+125=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #95887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95887D is #6A7782. Grayscale: #8A8A8A. Windows color (decimal): -6977411 or 8226965. OLE color: 8226965.
HSL color Cylindrical-coordinate representation of color #95887D: hue angle of 27.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #95887D is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 136 | 125 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.42 |
| HSL | 27.5º | 0.1% | 0.54% | - |
| HSV(B) | 27.5º | 0.16% | 0.58% | - |
| XYZ | 24.9 | 25.48 | 23.01 | - |
| YUV | 138.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 136 | 125 | 0 | 0.09 | 0.16 | 0.42 | 27.5 | 0.1 | 0.54 |
| Hex | 95 | 88 | 7D | 0 | 9 | 10 | 2A | 1C | A | 36 |
| Octal | 225 | 210 | 175 | 0 | 11 | 20 | 52 | 34 | 12 | 66 |
| Binary | 10010101 | 10001000 | 1111101 | 0 | 1001 | 10000 | 101010 | 11100 | 1010 | 110110 |
Color Harmonies of #95887D
Complementary color
Monochromatic Colors of #95887D
Black with #95887D
Text Example
Text Example
White with #95887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95887D; }
p { color: rgb(149,136,125); }
H1.HeaderClassName
{
color: #95887D;
}
.AnyTagClassName
{
color: #95887D;
}
</style>
background-color css
<style>
a { background-color: #95887D; }
a { background-color: rgb(149,136,125); }
div.DivClassName
{
background-color: #95887D;
}
.BgClassName
{
background-color: #95887D;
}
</style>
border-color css
<style>
span { border-color: #95887D; }
span { border-color: rgb(149,136,125); }
td.TdClassName
{
border-color: #95887D;
}
.TagClassName
{
border-color: #95887D;
}
</style>