Shades of Almond Frost #978372
Tints of Almond Frost #978372
RGB
CMYK
RGB Variations
Color information
#978372 (or 0x978372) is known color: Almond Frost. HEX triplet: 97, 83 and 72. RGB value is (151,131,114). Sum of RGB (Red+Green+Blue) = 151+131+114=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #978372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978372 is #687C8D. Grayscale: #878787. Windows color (decimal): -6847630 or 7504791. OLE color: 7504791.
HSL color Cylindrical-coordinate representation of color #978372: hue angle of 27.57º 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 #978372 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 131 | 114 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.41 |
| HSL | 27.57º | 0.15% | 0.52% | - |
| HSV(B) | 27.57º | 0.25% | 0.59% | - |
| XYZ | 23.92 | 24.03 | 19.3 | - |
| YUV | 135.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 131 | 114 | 0 | 0.13 | 0.25 | 0.41 | 27.57 | 0.15 | 0.52 |
| Hex | 97 | 83 | 72 | 0 | D | 19 | 29 | 1C | F | 34 |
| Octal | 227 | 203 | 162 | 0 | 15 | 31 | 51 | 34 | 17 | 64 |
| Binary | 10010111 | 10000011 | 1110010 | 0 | 1101 | 11001 | 101001 | 11100 | 1111 | 110100 |
Color Harmonies of #978372
Complementary color
Monochromatic Colors of #978372
Black with #978372
Text Example
Text Example
White with #978372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978372; }
p { color: rgb(151,131,114); }
H1.HeaderClassName
{
color: #978372;
}
.AnyTagClassName
{
color: #978372;
}
</style>
background-color css
<style>
a { background-color: #978372; }
a { background-color: rgb(151,131,114); }
div.DivClassName
{
background-color: #978372;
}
.BgClassName
{
background-color: #978372;
}
</style>
border-color css
<style>
span { border-color: #978372; }
span { border-color: rgb(151,131,114); }
td.TdClassName
{
border-color: #978372;
}
.TagClassName
{
border-color: #978372;
}
</style>