Shades of Mantle #9FAD9C
Tints of Mantle #9FAD9C
RGB
CMYK
RGB Variations
Color information
#9FAD9C (or 0x9FAD9C) is known color: Mantle. HEX triplet: 9F, AD and 9C. RGB value is (159,173,156). Sum of RGB (Red+Green+Blue) = 159+173+156=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 156 (61.33% from 255 or 31.97% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #9FAD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAD9C is #605263. Grayscale: #A6A6A6. Windows color (decimal): -6312548 or 10268063. OLE color: 10268063.
HSL color Cylindrical-coordinate representation of color #9FAD9C: hue angle of 109.41º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FAD9C is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 173 | 156 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.32 |
| HSL | 109.41º | 0.09% | 0.65% | - |
| HSV(B) | 109.41º | 0.1% | 0.68% | - |
| XYZ | 35.24 | 39.66 | 37.25 | - |
| YUV | 166.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 173 | 156 | 0.08 | 0 | 0.10 | 0.32 | 109.41 | 0.09 | 0.65 |
| Hex | 9F | AD | 9C | 8 | 0 | A | 20 | 6D | 9 | 41 |
| Octal | 237 | 255 | 234 | 10 | 0 | 12 | 40 | 155 | 11 | 101 |
| Binary | 10011111 | 10101101 | 10011100 | 1000 | 0 | 1010 | 100000 | 1101101 | 1001 | 1000001 |
Color Harmonies of #9FAD9C
Complementary color
Monochromatic Colors of #9FAD9C
Black with #9FAD9C
Text Example
Text Example
White with #9FAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAD9C; }
p { color: rgb(159,173,156); }
H1.HeaderClassName
{
color: #9FAD9C;
}
.AnyTagClassName
{
color: #9FAD9C;
}
</style>
background-color css
<style>
a { background-color: #9FAD9C; }
a { background-color: rgb(159,173,156); }
div.DivClassName
{
background-color: #9FAD9C;
}
.BgClassName
{
background-color: #9FAD9C;
}
</style>
border-color css
<style>
span { border-color: #9FAD9C; }
span { border-color: rgb(159,173,156); }
td.TdClassName
{
border-color: #9FAD9C;
}
.TagClassName
{
border-color: #9FAD9C;
}
</style>