Shades of Mantle #9AA495
Tints of Mantle #9AA495
RGB
CMYK
RGB Variations
Color information
#9AA495 (or 0x9AA495) is known color: Mantle. HEX triplet: 9A, A4 and 95. RGB value is (154,164,149). Sum of RGB (Red+Green+Blue) = 154+164+149=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 164 (64.45% from 255 or 35.12% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA495 is #655B6A. Grayscale: #9F9F9F. Windows color (decimal): -6642539 or 9807002. OLE color: 9807002.
HSL color Cylindrical-coordinate representation of color #9AA495: hue angle of 100º degrees, saturation: 0.08, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9AA495 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 149 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.36 |
| HSL | 100º | 0.08% | 0.61% | - |
| HSV(B) | 100º | 0.09% | 0.64% | - |
| XYZ | 32.03 | 35.59 | 33.62 | - |
| YUV | 159.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 149 | 0.06 | 0 | 0.09 | 0.36 | 100 | 0.08 | 0.61 |
| Hex | 9A | A4 | 95 | 6 | 0 | 9 | 24 | 64 | 8 | 3D |
| Octal | 232 | 244 | 225 | 6 | 0 | 11 | 44 | 144 | 10 | 75 |
| Binary | 10011010 | 10100100 | 10010101 | 110 | 0 | 1001 | 100100 | 1100100 | 1000 | 111101 |
Color Harmonies of #9AA495
Complementary color
Monochromatic Colors of #9AA495
Black with #9AA495
Text Example
Text Example
White with #9AA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA495; }
p { color: rgb(154,164,149); }
H1.HeaderClassName
{
color: #9AA495;
}
.AnyTagClassName
{
color: #9AA495;
}
</style>
background-color css
<style>
a { background-color: #9AA495; }
a { background-color: rgb(154,164,149); }
div.DivClassName
{
background-color: #9AA495;
}
.BgClassName
{
background-color: #9AA495;
}
</style>
border-color css
<style>
span { border-color: #9AA495; }
span { border-color: rgb(154,164,149); }
td.TdClassName
{
border-color: #9AA495;
}
.TagClassName
{
border-color: #9AA495;
}
</style>