Shades of Almond Frost #96857C
Tints of Almond Frost #96857C
RGB
CMYK
RGB Variations
Color information
#96857C (or 0x96857C) is known color: Almond Frost. HEX triplet: 96, 85 and 7C. RGB value is (150,133,124). Sum of RGB (Red+Green+Blue) = 150+133+124=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #96857C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857C is #697A83. Grayscale: #898989. Windows color (decimal): -6912644 or 8160662. OLE color: 8160662.
HSL color Cylindrical-coordinate representation of color #96857C: hue angle of 20.77º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96857C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 124 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.41 |
| HSL | 20.77º | 0.11% | 0.54% | - |
| HSV(B) | 20.77º | 0.17% | 0.59% | - |
| XYZ | 24.6 | 24.71 | 22.54 | - |
| YUV | 137.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 124 | 0 | 0.11 | 0.17 | 0.41 | 20.77 | 0.11 | 0.54 |
| Hex | 96 | 85 | 7C | 0 | B | 11 | 29 | 15 | B | 36 |
| Octal | 226 | 205 | 174 | 0 | 13 | 21 | 51 | 25 | 13 | 66 |
| Binary | 10010110 | 10000101 | 1111100 | 0 | 1011 | 10001 | 101001 | 10101 | 1011 | 110110 |
Color Harmonies of #96857C
Complementary color
Monochromatic Colors of #96857C
Black with #96857C
Text Example
Text Example
White with #96857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96857C; }
p { color: rgb(150,133,124); }
H1.HeaderClassName
{
color: #96857C;
}
.AnyTagClassName
{
color: #96857C;
}
</style>
background-color css
<style>
a { background-color: #96857C; }
a { background-color: rgb(150,133,124); }
div.DivClassName
{
background-color: #96857C;
}
.BgClassName
{
background-color: #96857C;
}
</style>
border-color css
<style>
span { border-color: #96857C; }
span { border-color: rgb(150,133,124); }
td.TdClassName
{
border-color: #96857C;
}
.TagClassName
{
border-color: #96857C;
}
</style>