Shades of Almond Frost #98897E
Tints of Almond Frost #98897E
RGB
CMYK
RGB Variations
Color information
#98897E (or 0x98897E) is known color: Almond Frost. HEX triplet: 98, 89 and 7E. RGB value is (152,137,126). Sum of RGB (Red+Green+Blue) = 152+137+126=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #98897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98897E is #677681. Grayscale: #8C8C8C. Windows color (decimal): -6780546 or 8292760. OLE color: 8292760.
HSL color Cylindrical-coordinate representation of color #98897E: hue angle of 25.38º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98897E is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 126 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.40 |
| HSL | 25.38º | 0.11% | 0.55% | - |
| HSV(B) | 25.38º | 0.17% | 0.6% | - |
| XYZ | 25.66 | 26.07 | 23.42 | - |
| YUV | 140.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 126 | 0 | 0.10 | 0.17 | 0.40 | 25.38 | 0.11 | 0.55 |
| Hex | 98 | 89 | 7E | 0 | A | 11 | 28 | 19 | B | 37 |
| Octal | 230 | 211 | 176 | 0 | 12 | 21 | 50 | 31 | 13 | 67 |
| Binary | 10011000 | 10001001 | 1111110 | 0 | 1010 | 10001 | 101000 | 11001 | 1011 | 110111 |
Color Harmonies of #98897E
Complementary color
Monochromatic Colors of #98897E
Black with #98897E
Text Example
Text Example
White with #98897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98897E; }
p { color: rgb(152,137,126); }
H1.HeaderClassName
{
color: #98897E;
}
.AnyTagClassName
{
color: #98897E;
}
</style>
background-color css
<style>
a { background-color: #98897E; }
a { background-color: rgb(152,137,126); }
div.DivClassName
{
background-color: #98897E;
}
.BgClassName
{
background-color: #98897E;
}
</style>
border-color css
<style>
span { border-color: #98897E; }
span { border-color: rgb(152,137,126); }
td.TdClassName
{
border-color: #98897E;
}
.TagClassName
{
border-color: #98897E;
}
</style>