Shades of Almond Frost #8F8B88
Tints of Almond Frost #8F8B88
RGB
CMYK
RGB Variations
Color information
#8F8B88 (or 0x8F8B88) is known color: Almond Frost. HEX triplet: 8F, 8B and 88. RGB value is (143,139,136). Sum of RGB (Red+Green+Blue) = 143+139+136=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8B88 is #707477. Grayscale: #8B8B8B. Windows color (decimal): -7369848 or 8948623. OLE color: 8948623.
HSL color Cylindrical-coordinate representation of color #8F8B88: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F8B88 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 139 | 136 | - |
| CMYK | 0 | 0.03 | 0.05 | 0.44 |
| HSL | 25.71º | 0.03% | 0.55% | - |
| HSV(B) | 25.71º | 0.05% | 0.56% | - |
| XYZ | 25 | 26.08 | 27.01 | - |
| YUV | 139.85 | 125.83 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 136 | 0 | 0.03 | 0.05 | 0.44 | 25.71 | 0.03 | 0.55 |
| Hex | 8F | 8B | 88 | 0 | 3 | 5 | 2C | 1A | 3 | 37 |
| Octal | 217 | 213 | 210 | 0 | 3 | 5 | 54 | 32 | 3 | 67 |
| Binary | 10001111 | 10001011 | 10001000 | 0 | 11 | 101 | 101100 | 11010 | 11 | 110111 |
Color Harmonies of #8F8B88
Complementary color
Monochromatic Colors of #8F8B88
Black with #8F8B88
Text Example
Text Example
White with #8F8B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8B88; }
p { color: rgb(143,139,136); }
H1.HeaderClassName
{
color: #8F8B88;
}
.AnyTagClassName
{
color: #8F8B88;
}
</style>
background-color css
<style>
a { background-color: #8F8B88; }
a { background-color: rgb(143,139,136); }
div.DivClassName
{
background-color: #8F8B88;
}
.BgClassName
{
background-color: #8F8B88;
}
</style>
border-color css
<style>
span { border-color: #8F8B88; }
span { border-color: rgb(143,139,136); }
td.TdClassName
{
border-color: #8F8B88;
}
.TagClassName
{
border-color: #8F8B88;
}
</style>