Shades of Almond Frost #98867D
Tints of Almond Frost #98867D
RGB
CMYK
RGB Variations
Color information
#98867D (or 0x98867D) is known color: Almond Frost. HEX triplet: 98, 86 and 7D. RGB value is (152,134,125). Sum of RGB (Red+Green+Blue) = 152+134+125=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98867D is #677982. Grayscale: #8A8A8A. Windows color (decimal): -6781315 or 8226456. OLE color: 8226456.
HSL color Cylindrical-coordinate representation of color #98867D: hue angle of 20º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98867D is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 134 | 125 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.40 |
| HSL | 20º | 0.12% | 0.54% | - |
| HSV(B) | 20º | 0.18% | 0.6% | - |
| XYZ | 25.18 | 25.21 | 22.94 | - |
| YUV | 138.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 125 | 0 | 0.12 | 0.18 | 0.40 | 20 | 0.12 | 0.54 |
| Hex | 98 | 86 | 7D | 0 | C | 12 | 28 | 14 | C | 36 |
| Octal | 230 | 206 | 175 | 0 | 14 | 22 | 50 | 24 | 14 | 66 |
| Binary | 10011000 | 10000110 | 1111101 | 0 | 1100 | 10010 | 101000 | 10100 | 1100 | 110110 |
Color Harmonies of #98867D
Complementary color
Monochromatic Colors of #98867D
Black with #98867D
Text Example
Text Example
White with #98867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98867D; }
p { color: rgb(152,134,125); }
H1.HeaderClassName
{
color: #98867D;
}
.AnyTagClassName
{
color: #98867D;
}
</style>
background-color css
<style>
a { background-color: #98867D; }
a { background-color: rgb(152,134,125); }
div.DivClassName
{
background-color: #98867D;
}
.BgClassName
{
background-color: #98867D;
}
</style>
border-color css
<style>
span { border-color: #98867D; }
span { border-color: rgb(152,134,125); }
td.TdClassName
{
border-color: #98867D;
}
.TagClassName
{
border-color: #98867D;
}
</style>