Shades of Almond Frost #97857A
Tints of Almond Frost #97857A
RGB
CMYK
RGB Variations
Color information
#97857A (or 0x97857A) is known color: Almond Frost. HEX triplet: 97, 85 and 7A. RGB value is (151,133,122). Sum of RGB (Red+Green+Blue) = 151+133+122=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #97857A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97857A is #687A85. Grayscale: #898989. Windows color (decimal): -6847110 or 8029591. OLE color: 8029591.
HSL color Cylindrical-coordinate representation of color #97857A: hue angle of 22.76º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97857A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 133 | 122 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.41 |
| HSL | 22.76º | 0.12% | 0.54% | - |
| HSV(B) | 22.76º | 0.19% | 0.59% | - |
| XYZ | 24.66 | 24.76 | 21.89 | - |
| YUV | 137.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 122 | 0 | 0.12 | 0.19 | 0.41 | 22.76 | 0.12 | 0.54 |
| Hex | 97 | 85 | 7A | 0 | C | 13 | 29 | 17 | C | 36 |
| Octal | 227 | 205 | 172 | 0 | 14 | 23 | 51 | 27 | 14 | 66 |
| Binary | 10010111 | 10000101 | 1111010 | 0 | 1100 | 10011 | 101001 | 10111 | 1100 | 110110 |
Color Harmonies of #97857A
Complementary color
Monochromatic Colors of #97857A
Black with #97857A
Text Example
Text Example
White with #97857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97857A; }
p { color: rgb(151,133,122); }
H1.HeaderClassName
{
color: #97857A;
}
.AnyTagClassName
{
color: #97857A;
}
</style>
background-color css
<style>
a { background-color: #97857A; }
a { background-color: rgb(151,133,122); }
div.DivClassName
{
background-color: #97857A;
}
.BgClassName
{
background-color: #97857A;
}
</style>
border-color css
<style>
span { border-color: #97857A; }
span { border-color: rgb(151,133,122); }
td.TdClassName
{
border-color: #97857A;
}
.TagClassName
{
border-color: #97857A;
}
</style>