Shades of Almond Frost #988272
Tints of Almond Frost #988272
RGB
CMYK
RGB Variations
Color information
#988272 (or 0x988272) is known color: Almond Frost. HEX triplet: 98, 82 and 72. RGB value is (152,130,114). Sum of RGB (Red+Green+Blue) = 152+130+114=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 152 - color contains mainly: red. Hex color #988272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988272 is #677D8D. Grayscale: #868686. Windows color (decimal): -6782350 or 7504536. OLE color: 7504536.
HSL color Cylindrical-coordinate representation of color #988272: hue angle of 25.26º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #988272 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 114 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.40 |
| HSL | 25.26º | 0.16% | 0.52% | - |
| HSV(B) | 25.26º | 0.25% | 0.6% | - |
| XYZ | 23.97 | 23.86 | 19.26 | - |
| YUV | 134.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 114 | 0 | 0.14 | 0.25 | 0.40 | 25.26 | 0.16 | 0.52 |
| Hex | 98 | 82 | 72 | 0 | E | 19 | 28 | 19 | 10 | 34 |
| Octal | 230 | 202 | 162 | 0 | 16 | 31 | 50 | 31 | 20 | 64 |
| Binary | 10011000 | 10000010 | 1110010 | 0 | 1110 | 11001 | 101000 | 11001 | 10000 | 110100 |
Color Harmonies of #988272
Complementary color
Monochromatic Colors of #988272
Black with #988272
Text Example
Text Example
White with #988272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988272; }
p { color: rgb(152,130,114); }
H1.HeaderClassName
{
color: #988272;
}
.AnyTagClassName
{
color: #988272;
}
</style>
background-color css
<style>
a { background-color: #988272; }
a { background-color: rgb(152,130,114); }
div.DivClassName
{
background-color: #988272;
}
.BgClassName
{
background-color: #988272;
}
</style>
border-color css
<style>
span { border-color: #988272; }
span { border-color: rgb(152,130,114); }
td.TdClassName
{
border-color: #988272;
}
.TagClassName
{
border-color: #988272;
}
</style>