Shades of Almond Frost #948880
Tints of Almond Frost #948880
RGB
CMYK
RGB Variations
Color information
#948880 (or 0x948880) is known color: Almond Frost. HEX triplet: 94, 88 and 80. RGB value is (148,136,128). Sum of RGB (Red+Green+Blue) = 148+136+128=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948880 is #6B777F. Grayscale: #8A8A8A. Windows color (decimal): -7042944 or 8423572. OLE color: 8423572.
HSL color Cylindrical-coordinate representation of color #948880: hue angle of 24º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948880 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 128 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.42 |
| HSL | 24º | 0.09% | 0.54% | - |
| HSV(B) | 24º | 0.14% | 0.58% | - |
| XYZ | 24.91 | 25.46 | 24.02 | - |
| YUV | 138.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 128 | 0 | 0.08 | 0.14 | 0.42 | 24 | 0.09 | 0.54 |
| Hex | 94 | 88 | 80 | 0 | 8 | E | 2A | 18 | 9 | 36 |
| Octal | 224 | 210 | 200 | 0 | 10 | 16 | 52 | 30 | 11 | 66 |
| Binary | 10010100 | 10001000 | 10000000 | 0 | 1000 | 1110 | 101010 | 11000 | 1001 | 110110 |
Color Harmonies of #948880
Complementary color
Monochromatic Colors of #948880
Black with #948880
Text Example
Text Example
White with #948880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948880; }
p { color: rgb(148,136,128); }
H1.HeaderClassName
{
color: #948880;
}
.AnyTagClassName
{
color: #948880;
}
</style>
background-color css
<style>
a { background-color: #948880; }
a { background-color: rgb(148,136,128); }
div.DivClassName
{
background-color: #948880;
}
.BgClassName
{
background-color: #948880;
}
</style>
border-color css
<style>
span { border-color: #948880; }
span { border-color: rgb(148,136,128); }
td.TdClassName
{
border-color: #948880;
}
.TagClassName
{
border-color: #948880;
}
</style>