Shades of Almond Frost #918984
Tints of Almond Frost #918984
RGB
CMYK
RGB Variations
Color information
#918984 (or 0x918984) is known color: Almond Frost. HEX triplet: 91, 89 and 84. RGB value is (145,137,132). Sum of RGB (Red+Green+Blue) = 145+137+132=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #918984 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918984 is #6E767B. Grayscale: #8A8A8A. Windows color (decimal): -7239292 or 8685969. OLE color: 8685969.
HSL color Cylindrical-coordinate representation of color #918984: hue angle of 23.08º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918984 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 137 | 132 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.43 |
| HSL | 23.08º | 0.06% | 0.54% | - |
| HSV(B) | 23.08º | 0.09% | 0.57% | - |
| XYZ | 24.79 | 25.58 | 25.46 | - |
| YUV | 138.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 137 | 132 | 0 | 0.06 | 0.09 | 0.43 | 23.08 | 0.06 | 0.54 |
| Hex | 91 | 89 | 84 | 0 | 6 | 9 | 2B | 17 | 6 | 36 |
| Octal | 221 | 211 | 204 | 0 | 6 | 11 | 53 | 27 | 6 | 66 |
| Binary | 10010001 | 10001001 | 10000100 | 0 | 110 | 1001 | 101011 | 10111 | 110 | 110110 |
Color Harmonies of #918984
Complementary color
Monochromatic Colors of #918984
Black with #918984
Text Example
Text Example
White with #918984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918984; }
p { color: rgb(145,137,132); }
H1.HeaderClassName
{
color: #918984;
}
.AnyTagClassName
{
color: #918984;
}
</style>
background-color css
<style>
a { background-color: #918984; }
a { background-color: rgb(145,137,132); }
div.DivClassName
{
background-color: #918984;
}
.BgClassName
{
background-color: #918984;
}
</style>
border-color css
<style>
span { border-color: #918984; }
span { border-color: rgb(145,137,132); }
td.TdClassName
{
border-color: #918984;
}
.TagClassName
{
border-color: #918984;
}
</style>