Shades of Mantle #9FAC9E
Tints of Mantle #9FAC9E
RGB
CMYK
RGB Variations
Color information
#9FAC9E (or 0x9FAC9E) is known color: Mantle. HEX triplet: 9F, AC and 9E. RGB value is (159,172,158). Sum of RGB (Red+Green+Blue) = 159+172+158=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC9E is #605361. Grayscale: #A6A6A6. Windows color (decimal): -6312802 or 10398879. OLE color: 10398879.
HSL color Cylindrical-coordinate representation of color #9FAC9E: hue angle of 115.71º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FAC9E is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 158 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.33 |
| HSL | 115.71º | 0.08% | 0.65% | - |
| HSV(B) | 115.71º | 0.08% | 0.67% | - |
| XYZ | 35.22 | 39.34 | 38.09 | - |
| YUV | 166.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 158 | 0.08 | 0 | 0.08 | 0.33 | 115.71 | 0.08 | 0.65 |
| Hex | 9F | AC | 9E | 8 | 0 | 8 | 21 | 74 | 8 | 41 |
| Octal | 237 | 254 | 236 | 10 | 0 | 10 | 41 | 164 | 10 | 101 |
| Binary | 10011111 | 10101100 | 10011110 | 1000 | 0 | 1000 | 100001 | 1110100 | 1000 | 1000001 |
Color Harmonies of #9FAC9E
Complementary color
Monochromatic Colors of #9FAC9E
Black with #9FAC9E
Text Example
Text Example
White with #9FAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC9E; }
p { color: rgb(159,172,158); }
H1.HeaderClassName
{
color: #9FAC9E;
}
.AnyTagClassName
{
color: #9FAC9E;
}
</style>
background-color css
<style>
a { background-color: #9FAC9E; }
a { background-color: rgb(159,172,158); }
div.DivClassName
{
background-color: #9FAC9E;
}
.BgClassName
{
background-color: #9FAC9E;
}
</style>
border-color css
<style>
span { border-color: #9FAC9E; }
span { border-color: rgb(159,172,158); }
td.TdClassName
{
border-color: #9FAC9E;
}
.TagClassName
{
border-color: #9FAC9E;
}
</style>