Shades of Almond Frost #96857E
Tints of Almond Frost #96857E
RGB
CMYK
RGB Variations
Color information
#96857E (or 0x96857E) is known color: Almond Frost. HEX triplet: 96, 85 and 7E. RGB value is (150,133,126). Sum of RGB (Red+Green+Blue) = 150+133+126=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96857E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857E is #697A81. Grayscale: #898989. Windows color (decimal): -6912642 or 8291734. OLE color: 8291734.
HSL color Cylindrical-coordinate representation of color #96857E: hue angle of 17.5º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96857E is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 126 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.41 |
| HSL | 17.5º | 0.1% | 0.54% | - |
| HSV(B) | 17.5º | 0.16% | 0.59% | - |
| XYZ | 24.73 | 24.77 | 23.22 | - |
| YUV | 137.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 126 | 0 | 0.11 | 0.16 | 0.41 | 17.5 | 0.1 | 0.54 |
| Hex | 96 | 85 | 7E | 0 | B | 10 | 29 | 12 | A | 36 |
| Octal | 226 | 205 | 176 | 0 | 13 | 20 | 51 | 22 | 12 | 66 |
| Binary | 10010110 | 10000101 | 1111110 | 0 | 1011 | 10000 | 101001 | 10010 | 1010 | 110110 |
Color Harmonies of #96857E
Complementary color
Monochromatic Colors of #96857E
Black with #96857E
Text Example
Text Example
White with #96857E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96857E; }
p { color: rgb(150,133,126); }
H1.HeaderClassName
{
color: #96857E;
}
.AnyTagClassName
{
color: #96857E;
}
</style>
background-color css
<style>
a { background-color: #96857E; }
a { background-color: rgb(150,133,126); }
div.DivClassName
{
background-color: #96857E;
}
.BgClassName
{
background-color: #96857E;
}
</style>
border-color css
<style>
span { border-color: #96857E; }
span { border-color: rgb(150,133,126); }
td.TdClassName
{
border-color: #96857E;
}
.TagClassName
{
border-color: #96857E;
}
</style>