Shades of Almond Frost #96887A
Tints of Almond Frost #96887A
RGB
CMYK
RGB Variations
Color information
#96887A (or 0x96887A) is known color: Almond Frost. HEX triplet: 96, 88 and 7A. RGB value is (150,136,122). Sum of RGB (Red+Green+Blue) = 150+136+122=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 150 - color contains mainly: red. Hex color #96887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96887A is #697785. Grayscale: #8A8A8A. Windows color (decimal): -6911878 or 8030358. OLE color: 8030358.
HSL color Cylindrical-coordinate representation of color #96887A: hue angle of 30º 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 #96887A is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 122 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.41 |
| HSL | 30º | 0.12% | 0.53% | - |
| HSV(B) | 30º | 0.19% | 0.59% | - |
| XYZ | 24.89 | 25.5 | 22.02 | - |
| YUV | 138.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 122 | 0 | 0.09 | 0.19 | 0.41 | 30 | 0.12 | 0.53 |
| Hex | 96 | 88 | 7A | 0 | 9 | 13 | 29 | 1E | C | 35 |
| Octal | 226 | 210 | 172 | 0 | 11 | 23 | 51 | 36 | 14 | 65 |
| Binary | 10010110 | 10001000 | 1111010 | 0 | 1001 | 10011 | 101001 | 11110 | 1100 | 110101 |
Color Harmonies of #96887A
Complementary color
Monochromatic Colors of #96887A
Black with #96887A
Text Example
Text Example
White with #96887A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96887A; }
p { color: rgb(150,136,122); }
H1.HeaderClassName
{
color: #96887A;
}
.AnyTagClassName
{
color: #96887A;
}
</style>
background-color css
<style>
a { background-color: #96887A; }
a { background-color: rgb(150,136,122); }
div.DivClassName
{
background-color: #96887A;
}
.BgClassName
{
background-color: #96887A;
}
</style>
border-color css
<style>
span { border-color: #96887A; }
span { border-color: rgb(150,136,122); }
td.TdClassName
{
border-color: #96887A;
}
.TagClassName
{
border-color: #96887A;
}
</style>