Shades of Almond Frost #998571
Tints of Almond Frost #998571
RGB
CMYK
RGB Variations
Color information
#998571 (or 0x998571) is known color: Almond Frost. HEX triplet: 99, 85 and 71. RGB value is (153,133,113). Sum of RGB (Red+Green+Blue) = 153+133+113=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #998571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998571 is #667A8E. Grayscale: #888888. Windows color (decimal): -6716047 or 7439769. OLE color: 7439769.
HSL color Cylindrical-coordinate representation of color #998571: hue angle of 30º 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 #998571 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 113 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.4 |
| HSL | 30º | 0.16% | 0.52% | - |
| HSV(B) | 30º | 0.26% | 0.6% | - |
| XYZ | 24.51 | 24.74 | 19.11 | - |
| YUV | 136.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 113 | 0 | 0.13 | 0.26 | 0.4 | 30 | 0.16 | 0.52 |
| Hex | 99 | 85 | 71 | 0 | D | 1A | 28 | 1E | 10 | 34 |
| Octal | 231 | 205 | 161 | 0 | 15 | 32 | 50 | 36 | 20 | 64 |
| Binary | 10011001 | 10000101 | 1110001 | 0 | 1101 | 11010 | 101000 | 11110 | 10000 | 110100 |
Color Harmonies of #998571
Complementary color
Monochromatic Colors of #998571
Black with #998571
Text Example
Text Example
White with #998571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998571; }
p { color: rgb(153,133,113); }
H1.HeaderClassName
{
color: #998571;
}
.AnyTagClassName
{
color: #998571;
}
</style>
background-color css
<style>
a { background-color: #998571; }
a { background-color: rgb(153,133,113); }
div.DivClassName
{
background-color: #998571;
}
.BgClassName
{
background-color: #998571;
}
</style>
border-color css
<style>
span { border-color: #998571; }
span { border-color: rgb(153,133,113); }
td.TdClassName
{
border-color: #998571;
}
.TagClassName
{
border-color: #998571;
}
</style>