Shades of Almond Frost #95857C
Tints of Almond Frost #95857C
RGB
CMYK
RGB Variations
Color information
#95857C (or 0x95857C) is known color: Almond Frost. HEX triplet: 95, 85 and 7C. RGB value is (149,133,124). Sum of RGB (Red+Green+Blue) = 149+133+124=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #95857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95857C is #6A7A83. Grayscale: #888888. Windows color (decimal): -6978180 or 8160661. OLE color: 8160661.
HSL color Cylindrical-coordinate representation of color #95857C: hue angle of 21.6º 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 #95857C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 124 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.42 |
| HSL | 21.6º | 0.11% | 0.54% | - |
| HSV(B) | 21.6º | 0.17% | 0.58% | - |
| XYZ | 24.42 | 24.62 | 22.53 | - |
| YUV | 136.76 | 120.8 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 124 | 0 | 0.11 | 0.17 | 0.42 | 21.6 | 0.11 | 0.54 |
| Hex | 95 | 85 | 7C | 0 | B | 11 | 2A | 16 | B | 36 |
| Octal | 225 | 205 | 174 | 0 | 13 | 21 | 52 | 26 | 13 | 66 |
| Binary | 10010101 | 10000101 | 1111100 | 0 | 1011 | 10001 | 101010 | 10110 | 1011 | 110110 |
Color Harmonies of #95857C
Complementary color
Monochromatic Colors of #95857C
Black with #95857C
Text Example
Text Example
White with #95857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95857C; }
p { color: rgb(149,133,124); }
H1.HeaderClassName
{
color: #95857C;
}
.AnyTagClassName
{
color: #95857C;
}
</style>
background-color css
<style>
a { background-color: #95857C; }
a { background-color: rgb(149,133,124); }
div.DivClassName
{
background-color: #95857C;
}
.BgClassName
{
background-color: #95857C;
}
</style>
border-color css
<style>
span { border-color: #95857C; }
span { border-color: rgb(149,133,124); }
td.TdClassName
{
border-color: #95857C;
}
.TagClassName
{
border-color: #95857C;
}
</style>