Shades of Almond Frost #998B82
Tints of Almond Frost #998B82
RGB
CMYK
RGB Variations
Color information
#998B82 (or 0x998B82) is known color: Almond Frost. HEX triplet: 99, 8B and 82. RGB value is (153,139,130). Sum of RGB (Red+Green+Blue) = 153+139+130=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #998B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B82 is #66747D. Grayscale: #8E8E8E. Windows color (decimal): -6714494 or 8555417. OLE color: 8555417.
HSL color Cylindrical-coordinate representation of color #998B82: hue angle of 23.48º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998B82 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 130 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.4 |
| HSL | 23.48º | 0.1% | 0.55% | - |
| HSV(B) | 23.48º | 0.15% | 0.6% | - |
| XYZ | 26.4 | 26.85 | 24.91 | - |
| YUV | 142.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 130 | 0 | 0.09 | 0.15 | 0.4 | 23.48 | 0.1 | 0.55 |
| Hex | 99 | 8B | 82 | 0 | 9 | F | 28 | 17 | A | 37 |
| Octal | 231 | 213 | 202 | 0 | 11 | 17 | 50 | 27 | 12 | 67 |
| Binary | 10011001 | 10001011 | 10000010 | 0 | 1001 | 1111 | 101000 | 10111 | 1010 | 110111 |
Color Harmonies of #998B82
Complementary color
Monochromatic Colors of #998B82
Black with #998B82
Text Example
Text Example
White with #998B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B82; }
p { color: rgb(153,139,130); }
H1.HeaderClassName
{
color: #998B82;
}
.AnyTagClassName
{
color: #998B82;
}
</style>
background-color css
<style>
a { background-color: #998B82; }
a { background-color: rgb(153,139,130); }
div.DivClassName
{
background-color: #998B82;
}
.BgClassName
{
background-color: #998B82;
}
</style>
border-color css
<style>
span { border-color: #998B82; }
span { border-color: rgb(153,139,130); }
td.TdClassName
{
border-color: #998B82;
}
.TagClassName
{
border-color: #998B82;
}
</style>