Shades of Almond Frost #998575
Tints of Almond Frost #998575
RGB
CMYK
RGB Variations
Color information
#998575 (or 0x998575) is known color: Almond Frost. HEX triplet: 99, 85 and 75. RGB value is (153,133,117). Sum of RGB (Red+Green+Blue) = 153+133+117=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #998575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998575 is #667A8A. Grayscale: #898989. Windows color (decimal): -6716043 or 7701913. OLE color: 7701913.
HSL color Cylindrical-coordinate representation of color #998575: hue angle of 26.67º 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 #998575 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 117 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.4 |
| HSL | 26.67º | 0.15% | 0.53% | - |
| HSV(B) | 26.67º | 0.24% | 0.6% | - |
| XYZ | 24.74 | 24.83 | 20.32 | - |
| YUV | 137.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 117 | 0 | 0.13 | 0.24 | 0.4 | 26.67 | 0.15 | 0.53 |
| Hex | 99 | 85 | 75 | 0 | D | 18 | 28 | 1B | F | 35 |
| Octal | 231 | 205 | 165 | 0 | 15 | 30 | 50 | 33 | 17 | 65 |
| Binary | 10011001 | 10000101 | 1110101 | 0 | 1101 | 11000 | 101000 | 11011 | 1111 | 110101 |
Color Harmonies of #998575
Complementary color
Monochromatic Colors of #998575
Black with #998575
Text Example
Text Example
White with #998575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998575; }
p { color: rgb(153,133,117); }
H1.HeaderClassName
{
color: #998575;
}
.AnyTagClassName
{
color: #998575;
}
</style>
background-color css
<style>
a { background-color: #998575; }
a { background-color: rgb(153,133,117); }
div.DivClassName
{
background-color: #998575;
}
.BgClassName
{
background-color: #998575;
}
</style>
border-color css
<style>
span { border-color: #998575; }
span { border-color: rgb(153,133,117); }
td.TdClassName
{
border-color: #998575;
}
.TagClassName
{
border-color: #998575;
}
</style>