Shades of Almond Frost #99887E
Tints of Almond Frost #99887E
RGB
CMYK
RGB Variations
Color information
#99887E (or 0x99887E) is known color: Almond Frost. HEX triplet: 99, 88 and 7E. RGB value is (153,136,126). Sum of RGB (Red+Green+Blue) = 153+136+126=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #99887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99887E is #667781. Grayscale: #8C8C8C. Windows color (decimal): -6715266 or 8292505. OLE color: 8292505.
HSL color Cylindrical-coordinate representation of color #99887E: hue angle of 22.22º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99887E is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 126 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.4 |
| HSL | 22.22º | 0.12% | 0.55% | - |
| HSV(B) | 22.22º | 0.18% | 0.6% | - |
| XYZ | 25.71 | 25.89 | 23.38 | - |
| YUV | 139.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 126 | 0 | 0.11 | 0.18 | 0.4 | 22.22 | 0.12 | 0.55 |
| Hex | 99 | 88 | 7E | 0 | B | 12 | 28 | 16 | C | 37 |
| Octal | 231 | 210 | 176 | 0 | 13 | 22 | 50 | 26 | 14 | 67 |
| Binary | 10011001 | 10001000 | 1111110 | 0 | 1011 | 10010 | 101000 | 10110 | 1100 | 110111 |
Color Harmonies of #99887E
Complementary color
Monochromatic Colors of #99887E
Black with #99887E
Text Example
Text Example
White with #99887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99887E; }
p { color: rgb(153,136,126); }
H1.HeaderClassName
{
color: #99887E;
}
.AnyTagClassName
{
color: #99887E;
}
</style>
background-color css
<style>
a { background-color: #99887E; }
a { background-color: rgb(153,136,126); }
div.DivClassName
{
background-color: #99887E;
}
.BgClassName
{
background-color: #99887E;
}
</style>
border-color css
<style>
span { border-color: #99887E; }
span { border-color: rgb(153,136,126); }
td.TdClassName
{
border-color: #99887E;
}
.TagClassName
{
border-color: #99887E;
}
</style>