Shades of Almond Frost #988A7E
Tints of Almond Frost #988A7E
RGB
CMYK
RGB Variations
Color information
#988A7E (or 0x988A7E) is known color: Almond Frost. HEX triplet: 98, 8A and 7E. RGB value is (152,138,126). Sum of RGB (Red+Green+Blue) = 152+138+126=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988A7E is #677581. Grayscale: #8C8C8C. Windows color (decimal): -6780290 or 8293016. OLE color: 8293016.
HSL color Cylindrical-coordinate representation of color #988A7E: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #988A7E is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 138 | 126 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.40 |
| HSL | 27.69º | 0.11% | 0.55% | - |
| HSV(B) | 27.69º | 0.17% | 0.6% | - |
| XYZ | 25.8 | 26.36 | 23.47 | - |
| YUV | 140.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 126 | 0 | 0.09 | 0.17 | 0.40 | 27.69 | 0.11 | 0.55 |
| Hex | 98 | 8A | 7E | 0 | 9 | 11 | 28 | 1C | B | 37 |
| Octal | 230 | 212 | 176 | 0 | 11 | 21 | 50 | 34 | 13 | 67 |
| Binary | 10011000 | 10001010 | 1111110 | 0 | 1001 | 10001 | 101000 | 11100 | 1011 | 110111 |
Color Harmonies of #988A7E
Complementary color
Monochromatic Colors of #988A7E
Black with #988A7E
Text Example
Text Example
White with #988A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988A7E; }
p { color: rgb(152,138,126); }
H1.HeaderClassName
{
color: #988A7E;
}
.AnyTagClassName
{
color: #988A7E;
}
</style>
background-color css
<style>
a { background-color: #988A7E; }
a { background-color: rgb(152,138,126); }
div.DivClassName
{
background-color: #988A7E;
}
.BgClassName
{
background-color: #988A7E;
}
</style>
border-color css
<style>
span { border-color: #988A7E; }
span { border-color: rgb(152,138,126); }
td.TdClassName
{
border-color: #988A7E;
}
.TagClassName
{
border-color: #988A7E;
}
</style>