Shades of Almond Frost #998574
Tints of Almond Frost #998574
RGB
CMYK
RGB Variations
Color information
#998574 (or 0x998574) is known color: Almond Frost. HEX triplet: 99, 85 and 74. RGB value is (153,133,116). Sum of RGB (Red+Green+Blue) = 153+133+116=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998574 is #667A8B. Grayscale: #898989. Windows color (decimal): -6716044 or 7636377. OLE color: 7636377.
HSL color Cylindrical-coordinate representation of color #998574: hue angle of 27.57º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #998574 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 116 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.4 |
| HSL | 27.57º | 0.15% | 0.53% | - |
| HSV(B) | 27.57º | 0.24% | 0.6% | - |
| XYZ | 24.68 | 24.81 | 20.01 | - |
| YUV | 137.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 116 | 0 | 0.13 | 0.24 | 0.4 | 27.57 | 0.15 | 0.53 |
| Hex | 99 | 85 | 74 | 0 | D | 18 | 28 | 1C | F | 35 |
| Octal | 231 | 205 | 164 | 0 | 15 | 30 | 50 | 34 | 17 | 65 |
| Binary | 10011001 | 10000101 | 1110100 | 0 | 1101 | 11000 | 101000 | 11100 | 1111 | 110101 |
Color Harmonies of #998574
Complementary color
Monochromatic Colors of #998574
Black with #998574
Text Example
Text Example
White with #998574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998574; }
p { color: rgb(153,133,116); }
H1.HeaderClassName
{
color: #998574;
}
.AnyTagClassName
{
color: #998574;
}
</style>
background-color css
<style>
a { background-color: #998574; }
a { background-color: rgb(153,133,116); }
div.DivClassName
{
background-color: #998574;
}
.BgClassName
{
background-color: #998574;
}
</style>
border-color css
<style>
span { border-color: #998574; }
span { border-color: rgb(153,133,116); }
td.TdClassName
{
border-color: #998574;
}
.TagClassName
{
border-color: #998574;
}
</style>