Shades of Almond Frost #99897D
Tints of Almond Frost #99897D
RGB
CMYK
RGB Variations
Color information
#99897D (or 0x99897D) is known color: Almond Frost. HEX triplet: 99, 89 and 7D. RGB value is (153,137,125). Sum of RGB (Red+Green+Blue) = 153+137+125=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 153 - color contains mainly: red. Hex color #99897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99897D is #667682. Grayscale: #8C8C8C. Windows color (decimal): -6715011 or 8227225. OLE color: 8227225.
HSL color Cylindrical-coordinate representation of color #99897D: hue angle of 25.71º 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 #99897D is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 125 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.4 |
| HSL | 25.71º | 0.12% | 0.55% | - |
| HSV(B) | 25.71º | 0.18% | 0.6% | - |
| XYZ | 25.78 | 26.14 | 23.09 | - |
| YUV | 140.42 | 119.3 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 125 | 0 | 0.10 | 0.18 | 0.4 | 25.71 | 0.12 | 0.55 |
| Hex | 99 | 89 | 7D | 0 | A | 12 | 28 | 1A | C | 37 |
| Octal | 231 | 211 | 175 | 0 | 12 | 22 | 50 | 32 | 14 | 67 |
| Binary | 10011001 | 10001001 | 1111101 | 0 | 1010 | 10010 | 101000 | 11010 | 1100 | 110111 |
Color Harmonies of #99897D
Complementary color
Monochromatic Colors of #99897D
Black with #99897D
Text Example
Text Example
White with #99897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99897D; }
p { color: rgb(153,137,125); }
H1.HeaderClassName
{
color: #99897D;
}
.AnyTagClassName
{
color: #99897D;
}
</style>
background-color css
<style>
a { background-color: #99897D; }
a { background-color: rgb(153,137,125); }
div.DivClassName
{
background-color: #99897D;
}
.BgClassName
{
background-color: #99897D;
}
</style>
border-color css
<style>
span { border-color: #99897D; }
span { border-color: rgb(153,137,125); }
td.TdClassName
{
border-color: #99897D;
}
.TagClassName
{
border-color: #99897D;
}
</style>