Shades of Almond Frost #99887D
Tints of Almond Frost #99887D
RGB
CMYK
RGB Variations
Color information
#99887D (or 0x99887D) is known color: Almond Frost. HEX triplet: 99, 88 and 7D. RGB value is (153,136,125). Sum of RGB (Red+Green+Blue) = 153+136+125=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #99887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99887D is #667782. Grayscale: #8B8B8B. Windows color (decimal): -6715267 or 8226969. OLE color: 8226969.
HSL color Cylindrical-coordinate representation of color #99887D: hue angle of 23.57º 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 #99887D is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 125 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.4 |
| HSL | 23.57º | 0.12% | 0.55% | - |
| HSV(B) | 23.57º | 0.18% | 0.6% | - |
| XYZ | 25.64 | 25.86 | 23.04 | - |
| YUV | 139.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 125 | 0 | 0.11 | 0.18 | 0.4 | 23.57 | 0.12 | 0.55 |
| Hex | 99 | 88 | 7D | 0 | B | 12 | 28 | 18 | C | 37 |
| Octal | 231 | 210 | 175 | 0 | 13 | 22 | 50 | 30 | 14 | 67 |
| Binary | 10011001 | 10001000 | 1111101 | 0 | 1011 | 10010 | 101000 | 11000 | 1100 | 110111 |
Color Harmonies of #99887D
Complementary color
Monochromatic Colors of #99887D
Black with #99887D
Text Example
Text Example
White with #99887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99887D; }
p { color: rgb(153,136,125); }
H1.HeaderClassName
{
color: #99887D;
}
.AnyTagClassName
{
color: #99887D;
}
</style>
background-color css
<style>
a { background-color: #99887D; }
a { background-color: rgb(153,136,125); }
div.DivClassName
{
background-color: #99887D;
}
.BgClassName
{
background-color: #99887D;
}
</style>
border-color css
<style>
span { border-color: #99887D; }
span { border-color: rgb(153,136,125); }
td.TdClassName
{
border-color: #99887D;
}
.TagClassName
{
border-color: #99887D;
}
</style>