Shades of Almond Frost #978272
Tints of Almond Frost #978272
RGB
CMYK
RGB Variations
Color information
#978272 (or 0x978272) is known color: Almond Frost. HEX triplet: 97, 82 and 72. RGB value is (151,130,114). Sum of RGB (Red+Green+Blue) = 151+130+114=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #978272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978272 is #687D8D. Grayscale: #868686. Windows color (decimal): -6847886 or 7504535. OLE color: 7504535.
HSL color Cylindrical-coordinate representation of color #978272: hue angle of 25.95º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #978272 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 114 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.41 |
| HSL | 25.95º | 0.15% | 0.52% | - |
| HSV(B) | 25.95º | 0.25% | 0.59% | - |
| XYZ | 23.78 | 23.76 | 19.25 | - |
| YUV | 134.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 114 | 0 | 0.14 | 0.25 | 0.41 | 25.95 | 0.15 | 0.52 |
| Hex | 97 | 82 | 72 | 0 | E | 19 | 29 | 1A | F | 34 |
| Octal | 227 | 202 | 162 | 0 | 16 | 31 | 51 | 32 | 17 | 64 |
| Binary | 10010111 | 10000010 | 1110010 | 0 | 1110 | 11001 | 101001 | 11010 | 1111 | 110100 |
Color Harmonies of #978272
Complementary color
Monochromatic Colors of #978272
Black with #978272
Text Example
Text Example
White with #978272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978272; }
p { color: rgb(151,130,114); }
H1.HeaderClassName
{
color: #978272;
}
.AnyTagClassName
{
color: #978272;
}
</style>
background-color css
<style>
a { background-color: #978272; }
a { background-color: rgb(151,130,114); }
div.DivClassName
{
background-color: #978272;
}
.BgClassName
{
background-color: #978272;
}
</style>
border-color css
<style>
span { border-color: #978272; }
span { border-color: rgb(151,130,114); }
td.TdClassName
{
border-color: #978272;
}
.TagClassName
{
border-color: #978272;
}
</style>