Shades of Almond Frost #98867E
Tints of Almond Frost #98867E
RGB
CMYK
RGB Variations
Color information
#98867E (or 0x98867E) is known color: Almond Frost. HEX triplet: 98, 86 and 7E. RGB value is (152,134,126). Sum of RGB (Red+Green+Blue) = 152+134+126=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #98867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98867E is #677981. Grayscale: #8A8A8A. Windows color (decimal): -6781314 or 8291992. OLE color: 8291992.
HSL color Cylindrical-coordinate representation of color #98867E: hue angle of 18.46º 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 #98867E is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 126 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.40 |
| HSL | 18.46º | 0.11% | 0.55% | - |
| HSV(B) | 18.46º | 0.17% | 0.6% | - |
| XYZ | 25.24 | 25.23 | 23.28 | - |
| YUV | 138.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 126 | 0 | 0.12 | 0.17 | 0.40 | 18.46 | 0.11 | 0.55 |
| Hex | 98 | 86 | 7E | 0 | C | 11 | 28 | 12 | B | 37 |
| Octal | 230 | 206 | 176 | 0 | 14 | 21 | 50 | 22 | 13 | 67 |
| Binary | 10011000 | 10000110 | 1111110 | 0 | 1100 | 10001 | 101000 | 10010 | 1011 | 110111 |
Color Harmonies of #98867E
Complementary color
Monochromatic Colors of #98867E
Black with #98867E
Text Example
Text Example
White with #98867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98867E; }
p { color: rgb(152,134,126); }
H1.HeaderClassName
{
color: #98867E;
}
.AnyTagClassName
{
color: #98867E;
}
</style>
background-color css
<style>
a { background-color: #98867E; }
a { background-color: rgb(152,134,126); }
div.DivClassName
{
background-color: #98867E;
}
.BgClassName
{
background-color: #98867E;
}
</style>
border-color css
<style>
span { border-color: #98867E; }
span { border-color: rgb(152,134,126); }
td.TdClassName
{
border-color: #98867E;
}
.TagClassName
{
border-color: #98867E;
}
</style>