Shades of Mantle #99A993
Tints of Mantle #99A993
RGB
CMYK
RGB Variations
Color information
#99A993 (or 0x99A993) is known color: Mantle. HEX triplet: 99, A9 and 93. RGB value is (153,169,147). Sum of RGB (Red+Green+Blue) = 153+169+147=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 169 (66.41% from 255 or 36.03% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 169 - color contains mainly: green. Hex color #99A993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A993 is #66566C. Grayscale: #A1A1A1. Windows color (decimal): -6706797 or 9677209. OLE color: 9677209.
HSL color Cylindrical-coordinate representation of color #99A993: hue angle of 103.64º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99A993 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 169 | 147 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.34 |
| HSL | 103.64º | 0.11% | 0.62% | - |
| HSV(B) | 103.64º | 0.13% | 0.66% | - |
| XYZ | 32.59 | 37.25 | 33.08 | - |
| YUV | 161.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 169 | 147 | 0.09 | 0 | 0.13 | 0.34 | 103.64 | 0.11 | 0.62 |
| Hex | 99 | A9 | 93 | 9 | 0 | D | 22 | 68 | B | 3E |
| Octal | 231 | 251 | 223 | 11 | 0 | 15 | 42 | 150 | 13 | 76 |
| Binary | 10011001 | 10101001 | 10010011 | 1001 | 0 | 1101 | 100010 | 1101000 | 1011 | 111110 |
Color Harmonies of #99A993
Complementary color
Monochromatic Colors of #99A993
Black with #99A993
Text Example
Text Example
White with #99A993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A993; }
p { color: rgb(153,169,147); }
H1.HeaderClassName
{
color: #99A993;
}
.AnyTagClassName
{
color: #99A993;
}
</style>
background-color css
<style>
a { background-color: #99A993; }
a { background-color: rgb(153,169,147); }
div.DivClassName
{
background-color: #99A993;
}
.BgClassName
{
background-color: #99A993;
}
</style>
border-color css
<style>
span { border-color: #99A993; }
span { border-color: rgb(153,169,147); }
td.TdClassName
{
border-color: #99A993;
}
.TagClassName
{
border-color: #99A993;
}
</style>