Shades of Almond Frost #988A84
Tints of Almond Frost #988A84
RGB
CMYK
RGB Variations
Color information
#988A84 (or 0x988A84) is known color: Almond Frost. HEX triplet: 98, 8A and 84. RGB value is (152,138,132). Sum of RGB (Red+Green+Blue) = 152+138+132=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988A84 is #67757B. Grayscale: #8D8D8D. Windows color (decimal): -6780284 or 8686232. OLE color: 8686232.
HSL color Cylindrical-coordinate representation of color #988A84: hue angle of 18º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #988A84 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 132 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.40 |
| HSL | 18º | 0.09% | 0.56% | - |
| HSV(B) | 18º | 0.13% | 0.6% | - |
| XYZ | 26.2 | 26.52 | 25.57 | - |
| YUV | 141.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 132 | 0 | 0.09 | 0.13 | 0.40 | 18 | 0.09 | 0.56 |
| Hex | 98 | 8A | 84 | 0 | 9 | D | 28 | 12 | 9 | 38 |
| Octal | 230 | 212 | 204 | 0 | 11 | 15 | 50 | 22 | 11 | 70 |
| Binary | 10011000 | 10001010 | 10000100 | 0 | 1001 | 1101 | 101000 | 10010 | 1001 | 111000 |
Color Harmonies of #988A84
Complementary color
Monochromatic Colors of #988A84
Black with #988A84
Text Example
Text Example
White with #988A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A84; }
p { color: rgb(152,138,132); }
H1.HeaderClassName
{
color: #988A84;
}
.AnyTagClassName
{
color: #988A84;
}
</style>
background-color css
<style>
a { background-color: #988A84; }
a { background-color: rgb(152,138,132); }
div.DivClassName
{
background-color: #988A84;
}
.BgClassName
{
background-color: #988A84;
}
</style>
border-color css
<style>
span { border-color: #988A84; }
span { border-color: rgb(152,138,132); }
td.TdClassName
{
border-color: #988A84;
}
.TagClassName
{
border-color: #988A84;
}
</style>