Shades of Mantle #9FAA9D
Tints of Mantle #9FAA9D
RGB
CMYK
RGB Variations
Color information
#9FAA9D (or 0x9FAA9D) is known color: Mantle. HEX triplet: 9F, AA and 9D. RGB value is (159,170,157). Sum of RGB (Red+Green+Blue) = 159+170+157=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA9D is #605562. Grayscale: #A5A5A5. Windows color (decimal): -6313315 or 10332831. OLE color: 10332831.
HSL color Cylindrical-coordinate representation of color #9FAA9D: hue angle of 110.77º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9FAA9D is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 157 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.33 |
| HSL | 110.77º | 0.07% | 0.64% | - |
| HSV(B) | 110.77º | 0.08% | 0.67% | - |
| XYZ | 34.76 | 38.55 | 37.51 | - |
| YUV | 165.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 157 | 0.06 | 0 | 0.08 | 0.33 | 110.77 | 0.07 | 0.64 |
| Hex | 9F | AA | 9D | 6 | 0 | 8 | 21 | 6F | 7 | 40 |
| Octal | 237 | 252 | 235 | 6 | 0 | 10 | 41 | 157 | 7 | 100 |
| Binary | 10011111 | 10101010 | 10011101 | 110 | 0 | 1000 | 100001 | 1101111 | 111 | 1000000 |
Color Harmonies of #9FAA9D
Complementary color
Monochromatic Colors of #9FAA9D
Black with #9FAA9D
Text Example
Text Example
White with #9FAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA9D; }
p { color: rgb(159,170,157); }
H1.HeaderClassName
{
color: #9FAA9D;
}
.AnyTagClassName
{
color: #9FAA9D;
}
</style>
background-color css
<style>
a { background-color: #9FAA9D; }
a { background-color: rgb(159,170,157); }
div.DivClassName
{
background-color: #9FAA9D;
}
.BgClassName
{
background-color: #9FAA9D;
}
</style>
border-color css
<style>
span { border-color: #9FAA9D; }
span { border-color: rgb(159,170,157); }
td.TdClassName
{
border-color: #9FAA9D;
}
.TagClassName
{
border-color: #9FAA9D;
}
</style>