Shades of Mantle #9FA49C
Tints of Mantle #9FA49C
RGB
CMYK
RGB Variations
Color information
#9FA49C (or 0x9FA49C) is known color: Mantle. HEX triplet: 9F, A4 and 9C. RGB value is (159,164,156). Sum of RGB (Red+Green+Blue) = 159+164+156=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA49C is #605B63. Grayscale: #A1A1A1. Windows color (decimal): -6314852 or 10265759. OLE color: 10265759.
HSL color Cylindrical-coordinate representation of color #9FA49C: hue angle of 97.5º degrees, saturation: 0.04, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9FA49C is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 164 | 156 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.36 |
| HSL | 97.5º | 0.04% | 0.63% | - |
| HSV(B) | 97.5º | 0.05% | 0.64% | - |
| XYZ | 33.57 | 36.32 | 36.69 | - |
| YUV | 161.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 164 | 156 | 0.03 | 0 | 0.05 | 0.36 | 97.5 | 0.04 | 0.63 |
| Hex | 9F | A4 | 9C | 3 | 0 | 5 | 24 | 62 | 4 | 3F |
| Octal | 237 | 244 | 234 | 3 | 0 | 5 | 44 | 142 | 4 | 77 |
| Binary | 10011111 | 10100100 | 10011100 | 11 | 0 | 101 | 100100 | 1100010 | 100 | 111111 |
Color Harmonies of #9FA49C
Complementary color
Monochromatic Colors of #9FA49C
Black with #9FA49C
Text Example
Text Example
White with #9FA49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA49C; }
p { color: rgb(159,164,156); }
H1.HeaderClassName
{
color: #9FA49C;
}
.AnyTagClassName
{
color: #9FA49C;
}
</style>
background-color css
<style>
a { background-color: #9FA49C; }
a { background-color: rgb(159,164,156); }
div.DivClassName
{
background-color: #9FA49C;
}
.BgClassName
{
background-color: #9FA49C;
}
</style>
border-color css
<style>
span { border-color: #9FA49C; }
span { border-color: rgb(159,164,156); }
td.TdClassName
{
border-color: #9FA49C;
}
.TagClassName
{
border-color: #9FA49C;
}
</style>