Shades of Almond Frost #998578
Tints of Almond Frost #998578
RGB
CMYK
RGB Variations
Color information
#998578 (or 0x998578) is known color: Almond Frost. HEX triplet: 99, 85 and 78. RGB value is (153,133,120). Sum of RGB (Red+Green+Blue) = 153+133+120=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #998578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998578 is #667A87. Grayscale: #898989. Windows color (decimal): -6716040 or 7898521. OLE color: 7898521.
HSL color Cylindrical-coordinate representation of color #998578: hue angle of 23.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #998578 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 120 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.4 |
| HSL | 23.64º | 0.14% | 0.54% | - |
| HSV(B) | 23.64º | 0.22% | 0.6% | - |
| XYZ | 24.91 | 24.9 | 21.26 | - |
| YUV | 137.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 120 | 0 | 0.13 | 0.22 | 0.4 | 23.64 | 0.14 | 0.54 |
| Hex | 99 | 85 | 78 | 0 | D | 16 | 28 | 18 | E | 36 |
| Octal | 231 | 205 | 170 | 0 | 15 | 26 | 50 | 30 | 16 | 66 |
| Binary | 10011001 | 10000101 | 1111000 | 0 | 1101 | 10110 | 101000 | 11000 | 1110 | 110110 |
Color Harmonies of #998578
Complementary color
Monochromatic Colors of #998578
Black with #998578
Text Example
Text Example
White with #998578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998578; }
p { color: rgb(153,133,120); }
H1.HeaderClassName
{
color: #998578;
}
.AnyTagClassName
{
color: #998578;
}
</style>
background-color css
<style>
a { background-color: #998578; }
a { background-color: rgb(153,133,120); }
div.DivClassName
{
background-color: #998578;
}
.BgClassName
{
background-color: #998578;
}
</style>
border-color css
<style>
span { border-color: #998578; }
span { border-color: rgb(153,133,120); }
td.TdClassName
{
border-color: #998578;
}
.TagClassName
{
border-color: #998578;
}
</style>