Shades of Mantle #9AAA95
Tints of Mantle #9AAA95
RGB
CMYK
RGB Variations
Color information
#9AAA95 (or 0x9AAA95) is known color: Mantle. HEX triplet: 9A, AA and 95. RGB value is (154,170,149). Sum of RGB (Red+Green+Blue) = 154+170+149=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #9AAA95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAA95 is #65556A. Grayscale: #A2A2A2. Windows color (decimal): -6641003 or 9808538. OLE color: 9808538.
HSL color Cylindrical-coordinate representation of color #9AAA95: hue angle of 105.71º 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 #9AAA95 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 170 | 149 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.33 |
| HSL | 105.71º | 0.11% | 0.63% | - |
| HSV(B) | 105.71º | 0.12% | 0.67% | - |
| XYZ | 33.13 | 37.79 | 33.98 | - |
| YUV | 162.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 170 | 149 | 0.09 | 0 | 0.12 | 0.33 | 105.71 | 0.11 | 0.63 |
| Hex | 9A | AA | 95 | 9 | 0 | C | 21 | 6A | B | 3F |
| Octal | 232 | 252 | 225 | 11 | 0 | 14 | 41 | 152 | 13 | 77 |
| Binary | 10011010 | 10101010 | 10010101 | 1001 | 0 | 1100 | 100001 | 1101010 | 1011 | 111111 |
Color Harmonies of #9AAA95
Complementary color
Monochromatic Colors of #9AAA95
Black with #9AAA95
Text Example
Text Example
White with #9AAA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAA95; }
p { color: rgb(154,170,149); }
H1.HeaderClassName
{
color: #9AAA95;
}
.AnyTagClassName
{
color: #9AAA95;
}
</style>
background-color css
<style>
a { background-color: #9AAA95; }
a { background-color: rgb(154,170,149); }
div.DivClassName
{
background-color: #9AAA95;
}
.BgClassName
{
background-color: #9AAA95;
}
</style>
border-color css
<style>
span { border-color: #9AAA95; }
span { border-color: rgb(154,170,149); }
td.TdClassName
{
border-color: #9AAA95;
}
.TagClassName
{
border-color: #9AAA95;
}
</style>