Shades of Almond Frost #988C82
Tints of Almond Frost #988C82
RGB
CMYK
RGB Variations
Color information
#988C82 (or 0x988C82) is known color: Almond Frost. HEX triplet: 98, 8C and 82. RGB value is (152,140,130). Sum of RGB (Red+Green+Blue) = 152+140+130=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C82 is #67737D. Grayscale: #8E8E8E. Windows color (decimal): -6779774 or 8555672. OLE color: 8555672.
HSL color Cylindrical-coordinate representation of color #988C82: hue angle of 27.27º 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 #988C82 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 130 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.40 |
| HSL | 27.27º | 0.1% | 0.55% | - |
| HSV(B) | 27.27º | 0.14% | 0.6% | - |
| XYZ | 26.36 | 27.04 | 24.95 | - |
| YUV | 142.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 130 | 0 | 0.08 | 0.14 | 0.40 | 27.27 | 0.1 | 0.55 |
| Hex | 98 | 8C | 82 | 0 | 8 | E | 28 | 1B | A | 37 |
| Octal | 230 | 214 | 202 | 0 | 10 | 16 | 50 | 33 | 12 | 67 |
| Binary | 10011000 | 10001100 | 10000010 | 0 | 1000 | 1110 | 101000 | 11011 | 1010 | 110111 |
Color Harmonies of #988C82
Complementary color
Monochromatic Colors of #988C82
Black with #988C82
Text Example
Text Example
White with #988C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C82; }
p { color: rgb(152,140,130); }
H1.HeaderClassName
{
color: #988C82;
}
.AnyTagClassName
{
color: #988C82;
}
</style>
background-color css
<style>
a { background-color: #988C82; }
a { background-color: rgb(152,140,130); }
div.DivClassName
{
background-color: #988C82;
}
.BgClassName
{
background-color: #988C82;
}
</style>
border-color css
<style>
span { border-color: #988C82; }
span { border-color: rgb(152,140,130); }
td.TdClassName
{
border-color: #988C82;
}
.TagClassName
{
border-color: #988C82;
}
</style>