Shades of Almond Frost #988C83
Tints of Almond Frost #988C83
RGB
CMYK
RGB Variations
Color information
#988C83 (or 0x988C83) is known color: Almond Frost. HEX triplet: 98, 8C and 83. RGB value is (152,140,131). Sum of RGB (Red+Green+Blue) = 152+140+131=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #988C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C83 is #67737C. Grayscale: #8E8E8E. Windows color (decimal): -6779773 or 8621208. OLE color: 8621208.
HSL color Cylindrical-coordinate representation of color #988C83: hue angle of 25.71º degrees, saturation: 0.09, 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 #988C83 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 131 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.40 |
| HSL | 25.71º | 0.09% | 0.55% | - |
| HSV(B) | 25.71º | 0.14% | 0.6% | - |
| XYZ | 26.42 | 27.07 | 25.31 | - |
| YUV | 142.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 131 | 0 | 0.08 | 0.14 | 0.40 | 25.71 | 0.09 | 0.55 |
| Hex | 98 | 8C | 83 | 0 | 8 | E | 28 | 1A | 9 | 37 |
| Octal | 230 | 214 | 203 | 0 | 10 | 16 | 50 | 32 | 11 | 67 |
| Binary | 10011000 | 10001100 | 10000011 | 0 | 1000 | 1110 | 101000 | 11010 | 1001 | 110111 |
Color Harmonies of #988C83
Complementary color
Monochromatic Colors of #988C83
Black with #988C83
Text Example
Text Example
White with #988C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C83; }
p { color: rgb(152,140,131); }
H1.HeaderClassName
{
color: #988C83;
}
.AnyTagClassName
{
color: #988C83;
}
</style>
background-color css
<style>
a { background-color: #988C83; }
a { background-color: rgb(152,140,131); }
div.DivClassName
{
background-color: #988C83;
}
.BgClassName
{
background-color: #988C83;
}
</style>
border-color css
<style>
span { border-color: #988C83; }
span { border-color: rgb(152,140,131); }
td.TdClassName
{
border-color: #988C83;
}
.TagClassName
{
border-color: #988C83;
}
</style>