Shades of Mantle #99A995
Tints of Mantle #99A995
RGB
CMYK
RGB Variations
Color information
#99A995 (or 0x99A995) is known color: Mantle. HEX triplet: 99, A9 and 95. RGB value is (153,169,149). Sum of RGB (Red+Green+Blue) = 153+169+149=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 169 - color contains mainly: green. Hex color #99A995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A995 is #66566A. Grayscale: #A2A2A2. Windows color (decimal): -6706795 or 9808281. OLE color: 9808281.
HSL color Cylindrical-coordinate representation of color #99A995: hue angle of 108º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #99A995 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 149 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.34 |
| HSL | 108º | 0.1% | 0.62% | - |
| HSV(B) | 108º | 0.12% | 0.66% | - |
| XYZ | 32.75 | 37.32 | 33.91 | - |
| YUV | 161.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 149 | 0.09 | 0 | 0.12 | 0.34 | 108 | 0.1 | 0.62 |
| Hex | 99 | A9 | 95 | 9 | 0 | C | 22 | 6C | A | 3E |
| Octal | 231 | 251 | 225 | 11 | 0 | 14 | 42 | 154 | 12 | 76 |
| Binary | 10011001 | 10101001 | 10010101 | 1001 | 0 | 1100 | 100010 | 1101100 | 1010 | 111110 |
Color Harmonies of #99A995
Complementary color
Monochromatic Colors of #99A995
Black with #99A995
Text Example
Text Example
White with #99A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A995; }
p { color: rgb(153,169,149); }
H1.HeaderClassName
{
color: #99A995;
}
.AnyTagClassName
{
color: #99A995;
}
</style>
background-color css
<style>
a { background-color: #99A995; }
a { background-color: rgb(153,169,149); }
div.DivClassName
{
background-color: #99A995;
}
.BgClassName
{
background-color: #99A995;
}
</style>
border-color css
<style>
span { border-color: #99A995; }
span { border-color: rgb(153,169,149); }
td.TdClassName
{
border-color: #99A995;
}
.TagClassName
{
border-color: #99A995;
}
</style>