Shades of Almond Frost #998471
Tints of Almond Frost #998471
RGB
CMYK
RGB Variations
Color information
#998471 (or 0x998471) is known color: Almond Frost. HEX triplet: 99, 84 and 71. RGB value is (153,132,113). Sum of RGB (Red+Green+Blue) = 153+132+113=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998471 is #667B8E. Grayscale: #888888. Windows color (decimal): -6716303 or 7439513. OLE color: 7439513.
HSL color Cylindrical-coordinate representation of color #998471: hue angle of 28.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998471 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 113 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.4 |
| HSL | 28.5º | 0.16% | 0.52% | - |
| HSV(B) | 28.5º | 0.26% | 0.6% | - |
| XYZ | 24.37 | 24.47 | 19.06 | - |
| YUV | 136.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 113 | 0 | 0.14 | 0.26 | 0.4 | 28.5 | 0.16 | 0.52 |
| Hex | 99 | 84 | 71 | 0 | E | 1A | 28 | 1C | 10 | 34 |
| Octal | 231 | 204 | 161 | 0 | 16 | 32 | 50 | 34 | 20 | 64 |
| Binary | 10011001 | 10000100 | 1110001 | 0 | 1110 | 11010 | 101000 | 11100 | 10000 | 110100 |
Color Harmonies of #998471
Complementary color
Monochromatic Colors of #998471
Black with #998471
Text Example
Text Example
White with #998471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998471; }
p { color: rgb(153,132,113); }
H1.HeaderClassName
{
color: #998471;
}
.AnyTagClassName
{
color: #998471;
}
</style>
background-color css
<style>
a { background-color: #998471; }
a { background-color: rgb(153,132,113); }
div.DivClassName
{
background-color: #998471;
}
.BgClassName
{
background-color: #998471;
}
</style>
border-color css
<style>
span { border-color: #998471; }
span { border-color: rgb(153,132,113); }
td.TdClassName
{
border-color: #998471;
}
.TagClassName
{
border-color: #998471;
}
</style>