Shades of Almond Frost #948C87
Tints of Almond Frost #948C87
RGB
CMYK
RGB Variations
Color information
#948C87 (or 0x948C87) is known color: Almond Frost. HEX triplet: 94, 8C and 87. RGB value is (148,140,135). Sum of RGB (Red+Green+Blue) = 148+140+135=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #948C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948C87 is #6B7378. Grayscale: #8D8D8D. Windows color (decimal): -7041913 or 8883348. OLE color: 8883348.
HSL color Cylindrical-coordinate representation of color #948C87: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #948C87 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 140 | 135 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.42 |
| HSL | 23.08º | 0.06% | 0.55% | - |
| HSV(B) | 23.08º | 0.09% | 0.58% | - |
| XYZ | 25.96 | 26.8 | 26.73 | - |
| YUV | 141.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 140 | 135 | 0 | 0.05 | 0.09 | 0.42 | 23.08 | 0.06 | 0.55 |
| Hex | 94 | 8C | 87 | 0 | 5 | 9 | 2A | 17 | 6 | 37 |
| Octal | 224 | 214 | 207 | 0 | 5 | 11 | 52 | 27 | 6 | 67 |
| Binary | 10010100 | 10001100 | 10000111 | 0 | 101 | 1001 | 101010 | 10111 | 110 | 110111 |
Color Harmonies of #948C87
Complementary color
Monochromatic Colors of #948C87
Black with #948C87
Text Example
Text Example
White with #948C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948C87; }
p { color: rgb(148,140,135); }
H1.HeaderClassName
{
color: #948C87;
}
.AnyTagClassName
{
color: #948C87;
}
</style>
background-color css
<style>
a { background-color: #948C87; }
a { background-color: rgb(148,140,135); }
div.DivClassName
{
background-color: #948C87;
}
.BgClassName
{
background-color: #948C87;
}
</style>
border-color css
<style>
span { border-color: #948C87; }
span { border-color: rgb(148,140,135); }
td.TdClassName
{
border-color: #948C87;
}
.TagClassName
{
border-color: #948C87;
}
</style>