Shades of Almond Frost #96867A
Tints of Almond Frost #96867A
RGB
CMYK
RGB Variations
Color information
#96867A (or 0x96867A) is known color: Almond Frost. HEX triplet: 96, 86 and 7A. RGB value is (150,134,122). Sum of RGB (Red+Green+Blue) = 150+134+122=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96867A is #697985. Grayscale: #898989. Windows color (decimal): -6912390 or 8029846. OLE color: 8029846.
HSL color Cylindrical-coordinate representation of color #96867A: hue angle of 25.71º 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 #96867A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 122 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.41 |
| HSL | 25.71º | 0.12% | 0.53% | - |
| HSV(B) | 25.71º | 0.19% | 0.59% | - |
| XYZ | 24.62 | 24.94 | 21.93 | - |
| YUV | 137.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 122 | 0 | 0.11 | 0.19 | 0.41 | 25.71 | 0.12 | 0.53 |
| Hex | 96 | 86 | 7A | 0 | B | 13 | 29 | 1A | C | 35 |
| Octal | 226 | 206 | 172 | 0 | 13 | 23 | 51 | 32 | 14 | 65 |
| Binary | 10010110 | 10000110 | 1111010 | 0 | 1011 | 10011 | 101001 | 11010 | 1100 | 110101 |
Color Harmonies of #96867A
Complementary color
Monochromatic Colors of #96867A
Black with #96867A
Text Example
Text Example
White with #96867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96867A; }
p { color: rgb(150,134,122); }
H1.HeaderClassName
{
color: #96867A;
}
.AnyTagClassName
{
color: #96867A;
}
</style>
background-color css
<style>
a { background-color: #96867A; }
a { background-color: rgb(150,134,122); }
div.DivClassName
{
background-color: #96867A;
}
.BgClassName
{
background-color: #96867A;
}
</style>
border-color css
<style>
span { border-color: #96867A; }
span { border-color: rgb(150,134,122); }
td.TdClassName
{
border-color: #96867A;
}
.TagClassName
{
border-color: #96867A;
}
</style>