Shades of Almond Frost #998479
Tints of Almond Frost #998479
RGB
CMYK
RGB Variations
Color information
#998479 (or 0x998479) is known color: Almond Frost. HEX triplet: 99, 84 and 79. RGB value is (153,132,121). Sum of RGB (Red+Green+Blue) = 153+132+121=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998479 is #667B86. Grayscale: #898989. Windows color (decimal): -6716295 or 7963801. OLE color: 7963801.
HSL color Cylindrical-coordinate representation of color #998479: hue angle of 20.62º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #998479 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 121 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.4 |
| HSL | 20.63º | 0.14% | 0.54% | - |
| HSV(B) | 20.63º | 0.21% | 0.6% | - |
| XYZ | 24.84 | 24.66 | 21.54 | - |
| YUV | 137.03 | 118.96 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 121 | 0 | 0.14 | 0.21 | 0.4 | 20.63 | 0.14 | 0.54 |
| Hex | 99 | 84 | 79 | 0 | E | 15 | 28 | 15 | E | 36 |
| Octal | 231 | 204 | 171 | 0 | 16 | 25 | 50 | 25 | 16 | 66 |
| Binary | 10011001 | 10000100 | 1111001 | 0 | 1110 | 10101 | 101000 | 10101 | 1110 | 110110 |
Color Harmonies of #998479
Complementary color
Monochromatic Colors of #998479
Black with #998479
Text Example
Text Example
White with #998479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998479; }
p { color: rgb(153,132,121); }
H1.HeaderClassName
{
color: #998479;
}
.AnyTagClassName
{
color: #998479;
}
</style>
background-color css
<style>
a { background-color: #998479; }
a { background-color: rgb(153,132,121); }
div.DivClassName
{
background-color: #998479;
}
.BgClassName
{
background-color: #998479;
}
</style>
border-color css
<style>
span { border-color: #998479; }
span { border-color: rgb(153,132,121); }
td.TdClassName
{
border-color: #998479;
}
.TagClassName
{
border-color: #998479;
}
</style>