Shades of Almond Frost #988982
Tints of Almond Frost #988982
RGB
CMYK
RGB Variations
Color information
#988982 (or 0x988982) is known color: Almond Frost. HEX triplet: 98, 89 and 82. RGB value is (152,137,130). Sum of RGB (Red+Green+Blue) = 152+137+130=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988982 is #67767D. Grayscale: #8C8C8C. Windows color (decimal): -6780542 or 8554904. OLE color: 8554904.
HSL color Cylindrical-coordinate representation of color #988982: hue angle of 19.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988982 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 130 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.40 |
| HSL | 19.09º | 0.1% | 0.55% | - |
| HSV(B) | 19.09º | 0.14% | 0.6% | - |
| XYZ | 25.92 | 26.18 | 24.81 | - |
| YUV | 140.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 130 | 0 | 0.10 | 0.14 | 0.40 | 19.09 | 0.1 | 0.55 |
| Hex | 98 | 89 | 82 | 0 | A | E | 28 | 13 | A | 37 |
| Octal | 230 | 211 | 202 | 0 | 12 | 16 | 50 | 23 | 12 | 67 |
| Binary | 10011000 | 10001001 | 10000010 | 0 | 1010 | 1110 | 101000 | 10011 | 1010 | 110111 |
Color Harmonies of #988982
Complementary color
Monochromatic Colors of #988982
Black with #988982
Text Example
Text Example
White with #988982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988982; }
p { color: rgb(152,137,130); }
H1.HeaderClassName
{
color: #988982;
}
.AnyTagClassName
{
color: #988982;
}
</style>
background-color css
<style>
a { background-color: #988982; }
a { background-color: rgb(152,137,130); }
div.DivClassName
{
background-color: #988982;
}
.BgClassName
{
background-color: #988982;
}
</style>
border-color css
<style>
span { border-color: #988982; }
span { border-color: rgb(152,137,130); }
td.TdClassName
{
border-color: #988982;
}
.TagClassName
{
border-color: #988982;
}
</style>