Shades of Almond Frost #988070
Tints of Almond Frost #988070
RGB
CMYK
RGB Variations
Color information
#988070 (or 0x988070) is known color: Almond Frost. HEX triplet: 98, 80 and 70. RGB value is (152,128,112). Sum of RGB (Red+Green+Blue) = 152+128+112=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #988070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988070 is #677F8F. Grayscale: #858585. Windows color (decimal): -6782864 or 7372952. OLE color: 7372952.
HSL color Cylindrical-coordinate representation of color #988070: hue angle of 24º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #988070 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 128 | 112 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.40 |
| HSL | 24º | 0.16% | 0.52% | - |
| HSV(B) | 24º | 0.26% | 0.6% | - |
| XYZ | 23.59 | 23.28 | 18.58 | - |
| YUV | 133.35 | 115.95 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 112 | 0 | 0.16 | 0.26 | 0.40 | 24 | 0.16 | 0.52 |
| Hex | 98 | 80 | 70 | 0 | 10 | 1A | 28 | 18 | 10 | 34 |
| Octal | 230 | 200 | 160 | 0 | 20 | 32 | 50 | 30 | 20 | 64 |
| Binary | 10011000 | 10000000 | 1110000 | 0 | 10000 | 11010 | 101000 | 11000 | 10000 | 110100 |
Color Harmonies of #988070
Complementary color
Monochromatic Colors of #988070
Black with #988070
Text Example
Text Example
White with #988070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988070; }
p { color: rgb(152,128,112); }
H1.HeaderClassName
{
color: #988070;
}
.AnyTagClassName
{
color: #988070;
}
</style>
background-color css
<style>
a { background-color: #988070; }
a { background-color: rgb(152,128,112); }
div.DivClassName
{
background-color: #988070;
}
.BgClassName
{
background-color: #988070;
}
</style>
border-color css
<style>
span { border-color: #988070; }
span { border-color: rgb(152,128,112); }
td.TdClassName
{
border-color: #988070;
}
.TagClassName
{
border-color: #988070;
}
</style>