Shades of Almond Frost #98877B
Tints of Almond Frost #98877B
RGB
CMYK
RGB Variations
Color information
#98877B (or 0x98877B) is known color: Almond Frost. HEX triplet: 98, 87 and 7B. RGB value is (152,135,123). Sum of RGB (Red+Green+Blue) = 152+135+123=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98877B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98877B is #677884. Grayscale: #8A8A8A. Windows color (decimal): -6781061 or 8095640. OLE color: 8095640.
HSL color Cylindrical-coordinate representation of color #98877B: hue angle of 24.83º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98877B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 135 | 123 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.40 |
| HSL | 24.83º | 0.12% | 0.54% | - |
| HSV(B) | 24.83º | 0.19% | 0.6% | - |
| XYZ | 25.19 | 25.43 | 22.32 | - |
| YUV | 138.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 135 | 123 | 0 | 0.11 | 0.19 | 0.40 | 24.83 | 0.12 | 0.54 |
| Hex | 98 | 87 | 7B | 0 | B | 13 | 28 | 19 | C | 36 |
| Octal | 230 | 207 | 173 | 0 | 13 | 23 | 50 | 31 | 14 | 66 |
| Binary | 10011000 | 10000111 | 1111011 | 0 | 1011 | 10011 | 101000 | 11001 | 1100 | 110110 |
Color Harmonies of #98877B
Complementary color
Monochromatic Colors of #98877B
Black with #98877B
Text Example
Text Example
White with #98877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98877B; }
p { color: rgb(152,135,123); }
H1.HeaderClassName
{
color: #98877B;
}
.AnyTagClassName
{
color: #98877B;
}
</style>
background-color css
<style>
a { background-color: #98877B; }
a { background-color: rgb(152,135,123); }
div.DivClassName
{
background-color: #98877B;
}
.BgClassName
{
background-color: #98877B;
}
</style>
border-color css
<style>
span { border-color: #98877B; }
span { border-color: rgb(152,135,123); }
td.TdClassName
{
border-color: #98877B;
}
.TagClassName
{
border-color: #98877B;
}
</style>