Shades of Almond Frost #95847B
Tints of Almond Frost #95847B
RGB
CMYK
RGB Variations
Color information
#95847B (or 0x95847B) is known color: Almond Frost. HEX triplet: 95, 84 and 7B. RGB value is (149,132,123). Sum of RGB (Red+Green+Blue) = 149+132+123=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95847B is #6A7B84. Grayscale: #888888. Windows color (decimal): -6978437 or 8094869. OLE color: 8094869.
HSL color Cylindrical-coordinate representation of color #95847B: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95847B is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 123 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.42 |
| HSL | 20.77º | 0.11% | 0.53% | - |
| HSV(B) | 20.77º | 0.17% | 0.58% | - |
| XYZ | 24.22 | 24.32 | 22.16 | - |
| YUV | 136.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 123 | 0 | 0.11 | 0.17 | 0.42 | 20.77 | 0.11 | 0.53 |
| Hex | 95 | 84 | 7B | 0 | B | 11 | 2A | 15 | B | 35 |
| Octal | 225 | 204 | 173 | 0 | 13 | 21 | 52 | 25 | 13 | 65 |
| Binary | 10010101 | 10000100 | 1111011 | 0 | 1011 | 10001 | 101010 | 10101 | 1011 | 110101 |
Color Harmonies of #95847B
Complementary color
Monochromatic Colors of #95847B
Black with #95847B
Text Example
Text Example
White with #95847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95847B; }
p { color: rgb(149,132,123); }
H1.HeaderClassName
{
color: #95847B;
}
.AnyTagClassName
{
color: #95847B;
}
</style>
background-color css
<style>
a { background-color: #95847B; }
a { background-color: rgb(149,132,123); }
div.DivClassName
{
background-color: #95847B;
}
.BgClassName
{
background-color: #95847B;
}
</style>
border-color css
<style>
span { border-color: #95847B; }
span { border-color: rgb(149,132,123); }
td.TdClassName
{
border-color: #95847B;
}
.TagClassName
{
border-color: #95847B;
}
</style>