Shades of Almond Frost #98887B
Tints of Almond Frost #98887B
RGB
CMYK
RGB Variations
Color information
#98887B (or 0x98887B) is known color: Almond Frost. HEX triplet: 98, 88 and 7B. RGB value is (152,136,123). Sum of RGB (Red+Green+Blue) = 152+136+123=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98887B is #677784. Grayscale: #8B8B8B. Windows color (decimal): -6780805 or 8095896. OLE color: 8095896.
HSL color Cylindrical-coordinate representation of color #98887B: hue angle of 26.9º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98887B is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 136 | 123 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.40 |
| HSL | 26.9º | 0.12% | 0.54% | - |
| HSV(B) | 26.9º | 0.19% | 0.6% | - |
| XYZ | 25.33 | 25.71 | 22.37 | - |
| YUV | 139.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 123 | 0 | 0.11 | 0.19 | 0.40 | 26.9 | 0.12 | 0.54 |
| Hex | 98 | 88 | 7B | 0 | B | 13 | 28 | 1B | C | 36 |
| Octal | 230 | 210 | 173 | 0 | 13 | 23 | 50 | 33 | 14 | 66 |
| Binary | 10011000 | 10001000 | 1111011 | 0 | 1011 | 10011 | 101000 | 11011 | 1100 | 110110 |
Color Harmonies of #98887B
Complementary color
Monochromatic Colors of #98887B
Black with #98887B
Text Example
Text Example
White with #98887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98887B; }
p { color: rgb(152,136,123); }
H1.HeaderClassName
{
color: #98887B;
}
.AnyTagClassName
{
color: #98887B;
}
</style>
background-color css
<style>
a { background-color: #98887B; }
a { background-color: rgb(152,136,123); }
div.DivClassName
{
background-color: #98887B;
}
.BgClassName
{
background-color: #98887B;
}
</style>
border-color css
<style>
span { border-color: #98887B; }
span { border-color: rgb(152,136,123); }
td.TdClassName
{
border-color: #98887B;
}
.TagClassName
{
border-color: #98887B;
}
</style>