Shades of Almond Frost #988882
Tints of Almond Frost #988882
RGB
CMYK
RGB Variations
Color information
#988882 (or 0x988882) is known color: Almond Frost. HEX triplet: 98, 88 and 82. RGB value is (152,136,130). Sum of RGB (Red+Green+Blue) = 152+136+130=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988882 is #67777D. Grayscale: #8C8C8C. Windows color (decimal): -6780798 or 8554648. OLE color: 8554648.
HSL color Cylindrical-coordinate representation of color #988882: hue angle of 16.36º 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 #988882 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 130 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.40 |
| HSL | 16.36º | 0.1% | 0.55% | - |
| HSV(B) | 16.36º | 0.14% | 0.6% | - |
| XYZ | 25.78 | 25.9 | 24.76 | - |
| YUV | 140.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 130 | 0 | 0.11 | 0.14 | 0.40 | 16.36 | 0.1 | 0.55 |
| Hex | 98 | 88 | 82 | 0 | B | E | 28 | 10 | A | 37 |
| Octal | 230 | 210 | 202 | 0 | 13 | 16 | 50 | 20 | 12 | 67 |
| Binary | 10011000 | 10001000 | 10000010 | 0 | 1011 | 1110 | 101000 | 10000 | 1010 | 110111 |
Color Harmonies of #988882
Complementary color
Monochromatic Colors of #988882
Black with #988882
Text Example
Text Example
White with #988882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988882; }
p { color: rgb(152,136,130); }
H1.HeaderClassName
{
color: #988882;
}
.AnyTagClassName
{
color: #988882;
}
</style>
background-color css
<style>
a { background-color: #988882; }
a { background-color: rgb(152,136,130); }
div.DivClassName
{
background-color: #988882;
}
.BgClassName
{
background-color: #988882;
}
</style>
border-color css
<style>
span { border-color: #988882; }
span { border-color: rgb(152,136,130); }
td.TdClassName
{
border-color: #988882;
}
.TagClassName
{
border-color: #988882;
}
</style>