Shades of Mantle #9AAA96
Tints of Mantle #9AAA96
RGB
CMYK
RGB Variations
Color information
#9AAA96 (or 0x9AAA96) is known color: Mantle. HEX triplet: 9A, AA and 96. RGB value is (154,170,150). Sum of RGB (Red+Green+Blue) = 154+170+150=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA96 is #655569. Grayscale: #A3A3A3. Windows color (decimal): -6641002 or 9874074. OLE color: 9874074.
HSL color Cylindrical-coordinate representation of color #9AAA96: hue angle of 108º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9AAA96 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 150 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.33 |
| HSL | 108º | 0.11% | 0.63% | - |
| HSV(B) | 108º | 0.12% | 0.67% | - |
| XYZ | 33.21 | 37.82 | 34.4 | - |
| YUV | 162.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 150 | 0.09 | 0 | 0.12 | 0.33 | 108 | 0.11 | 0.63 |
| Hex | 9A | AA | 96 | 9 | 0 | C | 21 | 6C | B | 3F |
| Octal | 232 | 252 | 226 | 11 | 0 | 14 | 41 | 154 | 13 | 77 |
| Binary | 10011010 | 10101010 | 10010110 | 1001 | 0 | 1100 | 100001 | 1101100 | 1011 | 111111 |
Color Harmonies of #9AAA96
Complementary color
Monochromatic Colors of #9AAA96
Black with #9AAA96
Text Example
Text Example
White with #9AAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA96; }
p { color: rgb(154,170,150); }
H1.HeaderClassName
{
color: #9AAA96;
}
.AnyTagClassName
{
color: #9AAA96;
}
</style>
background-color css
<style>
a { background-color: #9AAA96; }
a { background-color: rgb(154,170,150); }
div.DivClassName
{
background-color: #9AAA96;
}
.BgClassName
{
background-color: #9AAA96;
}
</style>
border-color css
<style>
span { border-color: #9AAA96; }
span { border-color: rgb(154,170,150); }
td.TdClassName
{
border-color: #9AAA96;
}
.TagClassName
{
border-color: #9AAA96;
}
</style>