Shades of Almond Frost #95857D
Tints of Almond Frost #95857D
RGB
CMYK
RGB Variations
Color information
#95857D (or 0x95857D) is known color: Almond Frost. HEX triplet: 95, 85 and 7D. RGB value is (149,133,125). Sum of RGB (Red+Green+Blue) = 149+133+125=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 149 - color contains mainly: red. Hex color #95857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95857D is #6A7A82. Grayscale: #888888. Windows color (decimal): -6978179 or 8226197. OLE color: 8226197.
HSL color Cylindrical-coordinate representation of color #95857D: hue angle of 20º 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 #95857D is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 125 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.42 |
| HSL | 20º | 0.1% | 0.54% | - |
| HSV(B) | 20º | 0.16% | 0.58% | - |
| XYZ | 24.48 | 24.65 | 22.87 | - |
| YUV | 136.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 125 | 0 | 0.11 | 0.16 | 0.42 | 20 | 0.1 | 0.54 |
| Hex | 95 | 85 | 7D | 0 | B | 10 | 2A | 14 | A | 36 |
| Octal | 225 | 205 | 175 | 0 | 13 | 20 | 52 | 24 | 12 | 66 |
| Binary | 10010101 | 10000101 | 1111101 | 0 | 1011 | 10000 | 101010 | 10100 | 1010 | 110110 |
Color Harmonies of #95857D
Complementary color
Monochromatic Colors of #95857D
Black with #95857D
Text Example
Text Example
White with #95857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95857D; }
p { color: rgb(149,133,125); }
H1.HeaderClassName
{
color: #95857D;
}
.AnyTagClassName
{
color: #95857D;
}
</style>
background-color css
<style>
a { background-color: #95857D; }
a { background-color: rgb(149,133,125); }
div.DivClassName
{
background-color: #95857D;
}
.BgClassName
{
background-color: #95857D;
}
</style>
border-color css
<style>
span { border-color: #95857D; }
span { border-color: rgb(149,133,125); }
td.TdClassName
{
border-color: #95857D;
}
.TagClassName
{
border-color: #95857D;
}
</style>