Shades of Almond Frost #998D83
Tints of Almond Frost #998D83
RGB
CMYK
RGB Variations
Color information
#998D83 (or 0x998D83) is known color: Almond Frost. HEX triplet: 99, 8D and 83. RGB value is (153,141,131). Sum of RGB (Red+Green+Blue) = 153+141+131=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #998D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D83 is #66727C. Grayscale: #8F8F8F. Windows color (decimal): -6713981 or 8621465. OLE color: 8621465.
HSL color Cylindrical-coordinate representation of color #998D83: hue angle of 27.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998D83 is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 131 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.4 |
| HSL | 27.27º | 0.1% | 0.56% | - |
| HSV(B) | 27.27º | 0.14% | 0.6% | - |
| XYZ | 26.76 | 27.46 | 25.36 | - |
| YUV | 143.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 131 | 0 | 0.08 | 0.14 | 0.4 | 27.27 | 0.1 | 0.56 |
| Hex | 99 | 8D | 83 | 0 | 8 | E | 28 | 1B | A | 38 |
| Octal | 231 | 215 | 203 | 0 | 10 | 16 | 50 | 33 | 12 | 70 |
| Binary | 10011001 | 10001101 | 10000011 | 0 | 1000 | 1110 | 101000 | 11011 | 1010 | 111000 |
Color Harmonies of #998D83
Complementary color
Monochromatic Colors of #998D83
Black with #998D83
Text Example
Text Example
White with #998D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D83; }
p { color: rgb(153,141,131); }
H1.HeaderClassName
{
color: #998D83;
}
.AnyTagClassName
{
color: #998D83;
}
</style>
background-color css
<style>
a { background-color: #998D83; }
a { background-color: rgb(153,141,131); }
div.DivClassName
{
background-color: #998D83;
}
.BgClassName
{
background-color: #998D83;
}
</style>
border-color css
<style>
span { border-color: #998D83; }
span { border-color: rgb(153,141,131); }
td.TdClassName
{
border-color: #998D83;
}
.TagClassName
{
border-color: #998D83;
}
</style>