Shades of Almond Frost #918A86
Tints of Almond Frost #918A86
RGB
CMYK
RGB Variations
Color information
#918A86 (or 0x918A86) is known color: Almond Frost. HEX triplet: 91, 8A and 86. RGB value is (145,138,134). Sum of RGB (Red+Green+Blue) = 145+138+134=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #918A86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A86 is #6E7579. Grayscale: #8B8B8B. Windows color (decimal): -7239034 or 8817297. OLE color: 8817297.
HSL color Cylindrical-coordinate representation of color #918A86: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918A86 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 138 | 134 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.43 |
| HSL | 21.82º | 0.05% | 0.55% | - |
| HSV(B) | 21.82º | 0.08% | 0.57% | - |
| XYZ | 25.07 | 25.92 | 26.24 | - |
| YUV | 139.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 138 | 134 | 0 | 0.05 | 0.08 | 0.43 | 21.82 | 0.05 | 0.55 |
| Hex | 91 | 8A | 86 | 0 | 5 | 8 | 2B | 16 | 5 | 37 |
| Octal | 221 | 212 | 206 | 0 | 5 | 10 | 53 | 26 | 5 | 67 |
| Binary | 10010001 | 10001010 | 10000110 | 0 | 101 | 1000 | 101011 | 10110 | 101 | 110111 |
Color Harmonies of #918A86
Complementary color
Monochromatic Colors of #918A86
Black with #918A86
Text Example
Text Example
White with #918A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918A86; }
p { color: rgb(145,138,134); }
H1.HeaderClassName
{
color: #918A86;
}
.AnyTagClassName
{
color: #918A86;
}
</style>
background-color css
<style>
a { background-color: #918A86; }
a { background-color: rgb(145,138,134); }
div.DivClassName
{
background-color: #918A86;
}
.BgClassName
{
background-color: #918A86;
}
</style>
border-color css
<style>
span { border-color: #918A86; }
span { border-color: rgb(145,138,134); }
td.TdClassName
{
border-color: #918A86;
}
.TagClassName
{
border-color: #918A86;
}
</style>