Shades of Almond Frost #948881
Tints of Almond Frost #948881
RGB
CMYK
RGB Variations
Color information
#948881 (or 0x948881) is known color: Almond Frost. HEX triplet: 94, 88 and 81. RGB value is (148,136,129). Sum of RGB (Red+Green+Blue) = 148+136+129=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948881 is #6B777E. Grayscale: #8A8A8A. Windows color (decimal): -7042943 or 8489108. OLE color: 8489108.
HSL color Cylindrical-coordinate representation of color #948881: hue angle of 22.11º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #948881 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 136 | 129 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.42 |
| HSL | 22.11º | 0.08% | 0.54% | - |
| HSV(B) | 22.11º | 0.13% | 0.58% | - |
| XYZ | 24.98 | 25.49 | 24.37 | - |
| YUV | 138.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 136 | 129 | 0 | 0.08 | 0.13 | 0.42 | 22.11 | 0.08 | 0.54 |
| Hex | 94 | 88 | 81 | 0 | 8 | D | 2A | 16 | 8 | 36 |
| Octal | 224 | 210 | 201 | 0 | 10 | 15 | 52 | 26 | 10 | 66 |
| Binary | 10010100 | 10001000 | 10000001 | 0 | 1000 | 1101 | 101010 | 10110 | 1000 | 110110 |
Color Harmonies of #948881
Complementary color
Monochromatic Colors of #948881
Black with #948881
Text Example
Text Example
White with #948881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #948881; }
p { color: rgb(148,136,129); }
H1.HeaderClassName
{
color: #948881;
}
.AnyTagClassName
{
color: #948881;
}
</style>
background-color css
<style>
a { background-color: #948881; }
a { background-color: rgb(148,136,129); }
div.DivClassName
{
background-color: #948881;
}
.BgClassName
{
background-color: #948881;
}
</style>
border-color css
<style>
span { border-color: #948881; }
span { border-color: rgb(148,136,129); }
td.TdClassName
{
border-color: #948881;
}
.TagClassName
{
border-color: #948881;
}
</style>