Shades of Mantle #9AA096
Tints of Mantle #9AA096
RGB
CMYK
RGB Variations
Color information
#9AA096 (or 0x9AA096) is known color: Mantle. HEX triplet: 9A, A0 and 96. RGB value is (154,160,150). Sum of RGB (Red+Green+Blue) = 154+160+150=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA096 is #655F69. Grayscale: #9D9D9D. Windows color (decimal): -6643562 or 9871514. OLE color: 9871514.
HSL color Cylindrical-coordinate representation of color #9AA096: hue angle of 96º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9AA096 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 150 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.37 |
| HSL | 96º | 0.05% | 0.61% | - |
| HSV(B) | 96º | 0.06% | 0.63% | - |
| XYZ | 31.4 | 34.21 | 33.8 | - |
| YUV | 157.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 150 | 0.04 | 0 | 0.06 | 0.37 | 96 | 0.05 | 0.61 |
| Hex | 9A | A0 | 96 | 4 | 0 | 6 | 25 | 60 | 5 | 3D |
| Octal | 232 | 240 | 226 | 4 | 0 | 6 | 45 | 140 | 5 | 75 |
| Binary | 10011010 | 10100000 | 10010110 | 100 | 0 | 110 | 100101 | 1100000 | 101 | 111101 |
Color Harmonies of #9AA096
Complementary color
Monochromatic Colors of #9AA096
Black with #9AA096
Text Example
Text Example
White with #9AA096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA096; }
p { color: rgb(154,160,150); }
H1.HeaderClassName
{
color: #9AA096;
}
.AnyTagClassName
{
color: #9AA096;
}
</style>
background-color css
<style>
a { background-color: #9AA096; }
a { background-color: rgb(154,160,150); }
div.DivClassName
{
background-color: #9AA096;
}
.BgClassName
{
background-color: #9AA096;
}
</style>
border-color css
<style>
span { border-color: #9AA096; }
span { border-color: rgb(154,160,150); }
td.TdClassName
{
border-color: #9AA096;
}
.TagClassName
{
border-color: #9AA096;
}
</style>