Shades of Almond Frost #98877C
Tints of Almond Frost #98877C
RGB
CMYK
RGB Variations
Color information
#98877C (or 0x98877C) is known color: Almond Frost. HEX triplet: 98, 87 and 7C. RGB value is (152,135,124). Sum of RGB (Red+Green+Blue) = 152+135+124=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98877C is #677883. Grayscale: #8A8A8A. Windows color (decimal): -6781060 or 8161176. OLE color: 8161176.
HSL color Cylindrical-coordinate representation of color #98877C: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98877C is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 124 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.40 |
| HSL | 23.57º | 0.12% | 0.54% | - |
| HSV(B) | 23.57º | 0.18% | 0.6% | - |
| XYZ | 25.25 | 25.46 | 22.65 | - |
| YUV | 138.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 124 | 0 | 0.11 | 0.18 | 0.40 | 23.57 | 0.12 | 0.54 |
| Hex | 98 | 87 | 7C | 0 | B | 12 | 28 | 18 | C | 36 |
| Octal | 230 | 207 | 174 | 0 | 13 | 22 | 50 | 30 | 14 | 66 |
| Binary | 10011000 | 10000111 | 1111100 | 0 | 1011 | 10010 | 101000 | 11000 | 1100 | 110110 |
Color Harmonies of #98877C
Complementary color
Monochromatic Colors of #98877C
Black with #98877C
Text Example
Text Example
White with #98877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98877C; }
p { color: rgb(152,135,124); }
H1.HeaderClassName
{
color: #98877C;
}
.AnyTagClassName
{
color: #98877C;
}
</style>
background-color css
<style>
a { background-color: #98877C; }
a { background-color: rgb(152,135,124); }
div.DivClassName
{
background-color: #98877C;
}
.BgClassName
{
background-color: #98877C;
}
</style>
border-color css
<style>
span { border-color: #98877C; }
span { border-color: rgb(152,135,124); }
td.TdClassName
{
border-color: #98877C;
}
.TagClassName
{
border-color: #98877C;
}
</style>