Shades of Mountain Mist #AAA598
Tints of Mountain Mist #AAA598
RGB
CMYK
RGB Variations
Color information
#AAA598 (or 0xAAA598) is known color: Mountain Mist. HEX triplet: AA, A5 and 98. RGB value is (170,165,152). Sum of RGB (Red+Green+Blue) = 170+165+152=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAA598 is #555A67. Grayscale: #A5A5A5. Windows color (decimal): -5593704 or 10003882. OLE color: 10003882.
HSL color Cylindrical-coordinate representation of color #AAA598: hue angle of 43.33º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AAA598 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 165 | 152 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.33 |
| HSL | 43.33º | 0.1% | 0.63% | - |
| HSV(B) | 43.33º | 0.11% | 0.67% | - |
| XYZ | 35.7 | 37.72 | 35.11 | - |
| YUV | 165.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 165 | 152 | 0 | 0.03 | 0.11 | 0.33 | 43.33 | 0.1 | 0.63 |
| Hex | AA | A5 | 98 | 0 | 3 | B | 21 | 2B | A | 3F |
| Octal | 252 | 245 | 230 | 0 | 3 | 13 | 41 | 53 | 12 | 77 |
| Binary | 10101010 | 10100101 | 10011000 | 0 | 11 | 1011 | 100001 | 101011 | 1010 | 111111 |
Color Harmonies of #AAA598
Complementary color
Monochromatic Colors of #AAA598
Black with #AAA598
Text Example
Text Example
White with #AAA598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA598; }
p { color: rgb(170,165,152); }
H1.HeaderClassName
{
color: #AAA598;
}
.AnyTagClassName
{
color: #AAA598;
}
</style>
background-color css
<style>
a { background-color: #AAA598; }
a { background-color: rgb(170,165,152); }
div.DivClassName
{
background-color: #AAA598;
}
.BgClassName
{
background-color: #AAA598;
}
</style>
border-color css
<style>
span { border-color: #AAA598; }
span { border-color: rgb(170,165,152); }
td.TdClassName
{
border-color: #AAA598;
}
.TagClassName
{
border-color: #AAA598;
}
</style>