Shades of Almond Frost #96857A
Tints of Almond Frost #96857A
RGB
CMYK
RGB Variations
Color information
#96857A (or 0x96857A) is known color: Almond Frost. HEX triplet: 96, 85 and 7A. RGB value is (150,133,122). Sum of RGB (Red+Green+Blue) = 150+133+122=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857A is #697A85. Grayscale: #888888. Windows color (decimal): -6912646 or 8029590. OLE color: 8029590.
HSL color Cylindrical-coordinate representation of color #96857A: hue angle of 23.57º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96857A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 122 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.41 |
| HSL | 23.57º | 0.12% | 0.53% | - |
| HSV(B) | 23.57º | 0.19% | 0.59% | - |
| XYZ | 24.48 | 24.66 | 21.88 | - |
| YUV | 136.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 122 | 0 | 0.11 | 0.19 | 0.41 | 23.57 | 0.12 | 0.53 |
| Hex | 96 | 85 | 7A | 0 | B | 13 | 29 | 18 | C | 35 |
| Octal | 226 | 205 | 172 | 0 | 13 | 23 | 51 | 30 | 14 | 65 |
| Binary | 10010110 | 10000101 | 1111010 | 0 | 1011 | 10011 | 101001 | 11000 | 1100 | 110101 |
Color Harmonies of #96857A
Complementary color
Monochromatic Colors of #96857A
Black with #96857A
Text Example
Text Example
White with #96857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96857A; }
p { color: rgb(150,133,122); }
H1.HeaderClassName
{
color: #96857A;
}
.AnyTagClassName
{
color: #96857A;
}
</style>
background-color css
<style>
a { background-color: #96857A; }
a { background-color: rgb(150,133,122); }
div.DivClassName
{
background-color: #96857A;
}
.BgClassName
{
background-color: #96857A;
}
</style>
border-color css
<style>
span { border-color: #96857A; }
span { border-color: rgb(150,133,122); }
td.TdClassName
{
border-color: #96857A;
}
.TagClassName
{
border-color: #96857A;
}
</style>