Shades of Mantle #9AA099
Tints of Mantle #9AA099
RGB
CMYK
RGB Variations
Color information
#9AA099 (or 0x9AA099) is known color: Mantle. HEX triplet: 9A, A0 and 99. RGB value is (154,160,153). Sum of RGB (Red+Green+Blue) = 154+160+153=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 160 (62.89% from 255 or 34.26% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA099 is #655F66. Grayscale: #9D9D9D. Windows color (decimal): -6643559 or 10068122. OLE color: 10068122.
HSL color Cylindrical-coordinate representation of color #9AA099: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9AA099 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 160 | 153 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.37 |
| HSL | 111.43º | 0.04% | 0.61% | - |
| HSV(B) | 111.43º | 0.04% | 0.63% | - |
| XYZ | 31.65 | 34.31 | 35.09 | - |
| YUV | 157.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 160 | 153 | 0.04 | 0 | 0.04 | 0.37 | 111.43 | 0.04 | 0.61 |
| Hex | 9A | A0 | 99 | 4 | 0 | 4 | 25 | 6F | 4 | 3D |
| Octal | 232 | 240 | 231 | 4 | 0 | 4 | 45 | 157 | 4 | 75 |
| Binary | 10011010 | 10100000 | 10011001 | 100 | 0 | 100 | 100101 | 1101111 | 100 | 111101 |
Color Harmonies of #9AA099
Complementary color
Monochromatic Colors of #9AA099
Black with #9AA099
Text Example
Text Example
White with #9AA099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA099; }
p { color: rgb(154,160,153); }
H1.HeaderClassName
{
color: #9AA099;
}
.AnyTagClassName
{
color: #9AA099;
}
</style>
background-color css
<style>
a { background-color: #9AA099; }
a { background-color: rgb(154,160,153); }
div.DivClassName
{
background-color: #9AA099;
}
.BgClassName
{
background-color: #9AA099;
}
</style>
border-color css
<style>
span { border-color: #9AA099; }
span { border-color: rgb(154,160,153); }
td.TdClassName
{
border-color: #9AA099;
}
.TagClassName
{
border-color: #9AA099;
}
</style>