Shades of Almond Frost #908B87
Tints of Almond Frost #908B87
RGB
CMYK
RGB Variations
Color information
#908B87 (or 0x908B87) is known color: Almond Frost. HEX triplet: 90, 8B and 87. RGB value is (144,139,135). Sum of RGB (Red+Green+Blue) = 144+139+135=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #908B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B87 is #6F7478. Grayscale: #8C8C8C. Windows color (decimal): -7304313 or 8883088. OLE color: 8883088.
HSL color Cylindrical-coordinate representation of color #908B87: hue angle of 26.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908B87 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 139 | 135 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.44 |
| HSL | 26.67º | 0.04% | 0.55% | - |
| HSV(B) | 26.67º | 0.06% | 0.56% | - |
| XYZ | 25.11 | 26.14 | 26.64 | - |
| YUV | 140.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 139 | 135 | 0 | 0.03 | 0.06 | 0.44 | 26.67 | 0.04 | 0.55 |
| Hex | 90 | 8B | 87 | 0 | 3 | 6 | 2C | 1B | 4 | 37 |
| Octal | 220 | 213 | 207 | 0 | 3 | 6 | 54 | 33 | 4 | 67 |
| Binary | 10010000 | 10001011 | 10000111 | 0 | 11 | 110 | 101100 | 11011 | 100 | 110111 |
Color Harmonies of #908B87
Complementary color
Monochromatic Colors of #908B87
Black with #908B87
Text Example
Text Example
White with #908B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908B87; }
p { color: rgb(144,139,135); }
H1.HeaderClassName
{
color: #908B87;
}
.AnyTagClassName
{
color: #908B87;
}
</style>
background-color css
<style>
a { background-color: #908B87; }
a { background-color: rgb(144,139,135); }
div.DivClassName
{
background-color: #908B87;
}
.BgClassName
{
background-color: #908B87;
}
</style>
border-color css
<style>
span { border-color: #908B87; }
span { border-color: rgb(144,139,135); }
td.TdClassName
{
border-color: #908B87;
}
.TagClassName
{
border-color: #908B87;
}
</style>