Shades of Almond Frost #8E8A87
Tints of Almond Frost #8E8A87
RGB
CMYK
RGB Variations
Color information
#8E8A87 (or 0x8E8A87) is known color: Almond Frost. HEX triplet: 8E, 8A and 87. RGB value is (142,138,135). Sum of RGB (Red+Green+Blue) = 142+138+135=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8A87 is #717578. Grayscale: #8A8A8A. Windows color (decimal): -7435641 or 8882830. OLE color: 8882830.
HSL color Cylindrical-coordinate representation of color #8E8A87: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E8A87 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 135 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.44 |
| HSL | 25.71º | 0.03% | 0.54% | - |
| HSV(B) | 25.71º | 0.05% | 0.56% | - |
| XYZ | 24.62 | 25.68 | 26.58 | - |
| YUV | 138.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 135 | 0 | 0.03 | 0.05 | 0.44 | 25.71 | 0.03 | 0.54 |
| Hex | 8E | 8A | 87 | 0 | 3 | 5 | 2C | 1A | 3 | 36 |
| Octal | 216 | 212 | 207 | 0 | 3 | 5 | 54 | 32 | 3 | 66 |
| Binary | 10001110 | 10001010 | 10000111 | 0 | 11 | 101 | 101100 | 11010 | 11 | 110110 |
Color Harmonies of #8E8A87
Complementary color
Monochromatic Colors of #8E8A87
Black with #8E8A87
Text Example
Text Example
White with #8E8A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A87; }
p { color: rgb(142,138,135); }
H1.HeaderClassName
{
color: #8E8A87;
}
.AnyTagClassName
{
color: #8E8A87;
}
</style>
background-color css
<style>
a { background-color: #8E8A87; }
a { background-color: rgb(142,138,135); }
div.DivClassName
{
background-color: #8E8A87;
}
.BgClassName
{
background-color: #8E8A87;
}
</style>
border-color css
<style>
span { border-color: #8E8A87; }
span { border-color: rgb(142,138,135); }
td.TdClassName
{
border-color: #8E8A87;
}
.TagClassName
{
border-color: #8E8A87;
}
</style>