Shades of Almond Frost #99857C
Tints of Almond Frost #99857C
RGB
CMYK
RGB Variations
Color information
#99857C (or 0x99857C) is known color: Almond Frost. HEX triplet: 99, 85 and 7C. RGB value is (153,133,124). Sum of RGB (Red+Green+Blue) = 153+133+124=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #99857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99857C is #667A83. Grayscale: #8A8A8A. Windows color (decimal): -6716036 or 8160665. OLE color: 8160665.
HSL color Cylindrical-coordinate representation of color #99857C: hue angle of 18.62º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99857C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 133 | 124 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.4 |
| HSL | 18.62º | 0.12% | 0.54% | - |
| HSV(B) | 18.62º | 0.19% | 0.6% | - |
| XYZ | 25.16 | 25 | 22.57 | - |
| YUV | 137.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 124 | 0 | 0.13 | 0.19 | 0.4 | 18.62 | 0.12 | 0.54 |
| Hex | 99 | 85 | 7C | 0 | D | 13 | 28 | 13 | C | 36 |
| Octal | 231 | 205 | 174 | 0 | 15 | 23 | 50 | 23 | 14 | 66 |
| Binary | 10011001 | 10000101 | 1111100 | 0 | 1101 | 10011 | 101000 | 10011 | 1100 | 110110 |
Color Harmonies of #99857C
Complementary color
Monochromatic Colors of #99857C
Black with #99857C
Text Example
Text Example
White with #99857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99857C; }
p { color: rgb(153,133,124); }
H1.HeaderClassName
{
color: #99857C;
}
.AnyTagClassName
{
color: #99857C;
}
</style>
background-color css
<style>
a { background-color: #99857C; }
a { background-color: rgb(153,133,124); }
div.DivClassName
{
background-color: #99857C;
}
.BgClassName
{
background-color: #99857C;
}
</style>
border-color css
<style>
span { border-color: #99857C; }
span { border-color: rgb(153,133,124); }
td.TdClassName
{
border-color: #99857C;
}
.TagClassName
{
border-color: #99857C;
}
</style>