Shades of Mantle #9FAA9A
Tints of Mantle #9FAA9A
RGB
CMYK
RGB Variations
Color information
#9FAA9A (or 0x9FAA9A) is known color: Mantle. HEX triplet: 9F, AA and 9A. RGB value is (159,170,154). Sum of RGB (Red+Green+Blue) = 159+170+154=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA9A is #605565. Grayscale: #A4A4A4. Windows color (decimal): -6313318 or 10136223. OLE color: 10136223.
HSL color Cylindrical-coordinate representation of color #9FAA9A: hue angle of 101.25º degrees, saturation: 0.09, 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 #9FAA9A is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 170 | 154 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.33 |
| HSL | 101.25º | 0.09% | 0.64% | - |
| HSV(B) | 101.25º | 0.09% | 0.67% | - |
| XYZ | 34.51 | 38.45 | 36.18 | - |
| YUV | 164.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 170 | 154 | 0.06 | 0 | 0.09 | 0.33 | 101.25 | 0.09 | 0.64 |
| Hex | 9F | AA | 9A | 6 | 0 | 9 | 21 | 65 | 9 | 40 |
| Octal | 237 | 252 | 232 | 6 | 0 | 11 | 41 | 145 | 11 | 100 |
| Binary | 10011111 | 10101010 | 10011010 | 110 | 0 | 1001 | 100001 | 1100101 | 1001 | 1000000 |
Color Harmonies of #9FAA9A
Complementary color
Monochromatic Colors of #9FAA9A
Black with #9FAA9A
Text Example
Text Example
White with #9FAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA9A; }
p { color: rgb(159,170,154); }
H1.HeaderClassName
{
color: #9FAA9A;
}
.AnyTagClassName
{
color: #9FAA9A;
}
</style>
background-color css
<style>
a { background-color: #9FAA9A; }
a { background-color: rgb(159,170,154); }
div.DivClassName
{
background-color: #9FAA9A;
}
.BgClassName
{
background-color: #9FAA9A;
}
</style>
border-color css
<style>
span { border-color: #9FAA9A; }
span { border-color: rgb(159,170,154); }
td.TdClassName
{
border-color: #9FAA9A;
}
.TagClassName
{
border-color: #9FAA9A;
}
</style>