Shades of Mountain Mist #AAA394
Tints of Mountain Mist #AAA394
RGB
CMYK
RGB Variations
Color information
#AAA394 (or 0xAAA394) is known color: Mountain Mist. HEX triplet: AA, A3 and 94. RGB value is (170,163,148). Sum of RGB (Red+Green+Blue) = 170+163+148=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA394 is #555C6B. Grayscale: #A3A3A3. Windows color (decimal): -5594220 or 9741226. OLE color: 9741226.
HSL color Cylindrical-coordinate representation of color #AAA394: hue angle of 40.91º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA394 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 163 | 148 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.33 |
| HSL | 40.91º | 0.11% | 0.62% | - |
| HSV(B) | 40.91º | 0.13% | 0.67% | - |
| XYZ | 35.02 | 36.88 | 33.29 | - |
| YUV | 163.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 163 | 148 | 0 | 0.04 | 0.13 | 0.33 | 40.91 | 0.11 | 0.62 |
| Hex | AA | A3 | 94 | 0 | 4 | D | 21 | 29 | B | 3E |
| Octal | 252 | 243 | 224 | 0 | 4 | 15 | 41 | 51 | 13 | 76 |
| Binary | 10101010 | 10100011 | 10010100 | 0 | 100 | 1101 | 100001 | 101001 | 1011 | 111110 |
Color Harmonies of #AAA394
Complementary color
Monochromatic Colors of #AAA394
Black with #AAA394
Text Example
Text Example
White with #AAA394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA394; }
p { color: rgb(170,163,148); }
H1.HeaderClassName
{
color: #AAA394;
}
.AnyTagClassName
{
color: #AAA394;
}
</style>
background-color css
<style>
a { background-color: #AAA394; }
a { background-color: rgb(170,163,148); }
div.DivClassName
{
background-color: #AAA394;
}
.BgClassName
{
background-color: #AAA394;
}
</style>
border-color css
<style>
span { border-color: #AAA394; }
span { border-color: rgb(170,163,148); }
td.TdClassName
{
border-color: #AAA394;
}
.TagClassName
{
border-color: #AAA394;
}
</style>