Shades of Mantle #9FAA9B
Tints of Mantle #9FAA9B
RGB
CMYK
RGB Variations
Color information
#9FAA9B (or 0x9FAA9B) is known color: Mantle. HEX triplet: 9F, AA and 9B. RGB value is (159,170,155). Sum of RGB (Red+Green+Blue) = 159+170+155=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA9B is #605564. Grayscale: #A5A5A5. Windows color (decimal): -6313317 or 10201759. OLE color: 10201759.
HSL color Cylindrical-coordinate representation of color #9FAA9B: hue angle of 104º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9FAA9B is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 155 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.33 |
| HSL | 104º | 0.08% | 0.64% | - |
| HSV(B) | 104º | 0.09% | 0.67% | - |
| XYZ | 34.59 | 38.49 | 36.62 | - |
| YUV | 165 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 155 | 0.06 | 0 | 0.09 | 0.33 | 104 | 0.08 | 0.64 |
| Hex | 9F | AA | 9B | 6 | 0 | 9 | 21 | 68 | 8 | 40 |
| Octal | 237 | 252 | 233 | 6 | 0 | 11 | 41 | 150 | 10 | 100 |
| Binary | 10011111 | 10101010 | 10011011 | 110 | 0 | 1001 | 100001 | 1101000 | 1000 | 1000000 |
Color Harmonies of #9FAA9B
Complementary color
Monochromatic Colors of #9FAA9B
Black with #9FAA9B
Text Example
Text Example
White with #9FAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA9B; }
p { color: rgb(159,170,155); }
H1.HeaderClassName
{
color: #9FAA9B;
}
.AnyTagClassName
{
color: #9FAA9B;
}
</style>
background-color css
<style>
a { background-color: #9FAA9B; }
a { background-color: rgb(159,170,155); }
div.DivClassName
{
background-color: #9FAA9B;
}
.BgClassName
{
background-color: #9FAA9B;
}
</style>
border-color css
<style>
span { border-color: #9FAA9B; }
span { border-color: rgb(159,170,155); }
td.TdClassName
{
border-color: #9FAA9B;
}
.TagClassName
{
border-color: #9FAA9B;
}
</style>