Shades of Almond Frost #96847B
Tints of Almond Frost #96847B
RGB
CMYK
RGB Variations
Color information
#96847B (or 0x96847B) is known color: Almond Frost. HEX triplet: 96, 84 and 7B. RGB value is (150,132,123). Sum of RGB (Red+Green+Blue) = 150+132+123=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 150 - color contains mainly: red. Hex color #96847B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96847B is #697B84. Grayscale: #888888. Windows color (decimal): -6912901 or 8094870. OLE color: 8094870.
HSL color Cylindrical-coordinate representation of color #96847B: hue angle of 20º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96847B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 123 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.41 |
| HSL | 20º | 0.11% | 0.54% | - |
| HSV(B) | 20º | 0.18% | 0.59% | - |
| XYZ | 24.4 | 24.42 | 22.17 | - |
| YUV | 136.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 123 | 0 | 0.12 | 0.18 | 0.41 | 20 | 0.11 | 0.54 |
| Hex | 96 | 84 | 7B | 0 | C | 12 | 29 | 14 | B | 36 |
| Octal | 226 | 204 | 173 | 0 | 14 | 22 | 51 | 24 | 13 | 66 |
| Binary | 10010110 | 10000100 | 1111011 | 0 | 1100 | 10010 | 101001 | 10100 | 1011 | 110110 |
Color Harmonies of #96847B
Complementary color
Monochromatic Colors of #96847B
Black with #96847B
Text Example
Text Example
White with #96847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96847B; }
p { color: rgb(150,132,123); }
H1.HeaderClassName
{
color: #96847B;
}
.AnyTagClassName
{
color: #96847B;
}
</style>
background-color css
<style>
a { background-color: #96847B; }
a { background-color: rgb(150,132,123); }
div.DivClassName
{
background-color: #96847B;
}
.BgClassName
{
background-color: #96847B;
}
</style>
border-color css
<style>
span { border-color: #96847B; }
span { border-color: rgb(150,132,123); }
td.TdClassName
{
border-color: #96847B;
}
.TagClassName
{
border-color: #96847B;
}
</style>