Shades of Almond Frost #97867A
Tints of Almond Frost #97867A
RGB
CMYK
RGB Variations
Color information
#97867A (or 0x97867A) is known color: Almond Frost. HEX triplet: 97, 86 and 7A. RGB value is (151,134,122). Sum of RGB (Red+Green+Blue) = 151+134+122=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97867A is #687985. Grayscale: #898989. Windows color (decimal): -6846854 or 8029847. OLE color: 8029847.
HSL color Cylindrical-coordinate representation of color #97867A: hue angle of 24.83º 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 #97867A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 134 | 122 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.41 |
| HSL | 24.83º | 0.12% | 0.54% | - |
| HSV(B) | 24.83º | 0.19% | 0.59% | - |
| XYZ | 24.8 | 25.03 | 21.94 | - |
| YUV | 137.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 122 | 0 | 0.11 | 0.19 | 0.41 | 24.83 | 0.12 | 0.54 |
| Hex | 97 | 86 | 7A | 0 | B | 13 | 29 | 19 | C | 36 |
| Octal | 227 | 206 | 172 | 0 | 13 | 23 | 51 | 31 | 14 | 66 |
| Binary | 10010111 | 10000110 | 1111010 | 0 | 1011 | 10011 | 101001 | 11001 | 1100 | 110110 |
Color Harmonies of #97867A
Complementary color
Monochromatic Colors of #97867A
Black with #97867A
Text Example
Text Example
White with #97867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97867A; }
p { color: rgb(151,134,122); }
H1.HeaderClassName
{
color: #97867A;
}
.AnyTagClassName
{
color: #97867A;
}
</style>
background-color css
<style>
a { background-color: #97867A; }
a { background-color: rgb(151,134,122); }
div.DivClassName
{
background-color: #97867A;
}
.BgClassName
{
background-color: #97867A;
}
</style>
border-color css
<style>
span { border-color: #97867A; }
span { border-color: rgb(151,134,122); }
td.TdClassName
{
border-color: #97867A;
}
.TagClassName
{
border-color: #97867A;
}
</style>