Shades of Almond Frost #96857D
Tints of Almond Frost #96857D
RGB
CMYK
RGB Variations
Color information
#96857D (or 0x96857D) is known color: Almond Frost. HEX triplet: 96, 85 and 7D. RGB value is (150,133,125). Sum of RGB (Red+Green+Blue) = 150+133+125=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #96857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96857D is #697A82. Grayscale: #898989. Windows color (decimal): -6912643 or 8226198. OLE color: 8226198.
HSL color Cylindrical-coordinate representation of color #96857D: hue angle of 19.2º 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 #96857D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 125 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.41 |
| HSL | 19.2º | 0.11% | 0.54% | - |
| HSV(B) | 19.2º | 0.17% | 0.59% | - |
| XYZ | 24.67 | 24.74 | 22.88 | - |
| YUV | 137.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 125 | 0 | 0.11 | 0.17 | 0.41 | 19.2 | 0.11 | 0.54 |
| Hex | 96 | 85 | 7D | 0 | B | 11 | 29 | 13 | B | 36 |
| Octal | 226 | 205 | 175 | 0 | 13 | 21 | 51 | 23 | 13 | 66 |
| Binary | 10010110 | 10000101 | 1111101 | 0 | 1011 | 10001 | 101001 | 10011 | 1011 | 110110 |
Color Harmonies of #96857D
Complementary color
Monochromatic Colors of #96857D
Black with #96857D
Text Example
Text Example
White with #96857D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96857D; }
p { color: rgb(150,133,125); }
H1.HeaderClassName
{
color: #96857D;
}
.AnyTagClassName
{
color: #96857D;
}
</style>
background-color css
<style>
a { background-color: #96857D; }
a { background-color: rgb(150,133,125); }
div.DivClassName
{
background-color: #96857D;
}
.BgClassName
{
background-color: #96857D;
}
</style>
border-color css
<style>
span { border-color: #96857D; }
span { border-color: rgb(150,133,125); }
td.TdClassName
{
border-color: #96857D;
}
.TagClassName
{
border-color: #96857D;
}
</style>