Shades of Mountain Mist #A3A097
Tints of Mountain Mist #A3A097
RGB
CMYK
RGB Variations
Color information
#A3A097 (or 0xA3A097) is known color: Mountain Mist. HEX triplet: A3, A0 and 97. RGB value is (163,160,151). Sum of RGB (Red+Green+Blue) = 163+160+151=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 160 (62.89% from 255 or 33.76% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A097 is #5C5F68. Grayscale: #9F9F9F. Windows color (decimal): -6053737 or 9937059. OLE color: 9937059.
HSL color Cylindrical-coordinate representation of color #A3A097: hue angle of 45º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A3A097 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 160 | 151 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.36 |
| HSL | 45º | 0.06% | 0.62% | - |
| HSV(B) | 45º | 0.07% | 0.64% | - |
| XYZ | 33.26 | 35.16 | 34.31 | - |
| YUV | 159.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 151 | 0 | 0.02 | 0.07 | 0.36 | 45 | 0.06 | 0.62 |
| Hex | A3 | A0 | 97 | 0 | 2 | 7 | 24 | 2D | 6 | 3E |
| Octal | 243 | 240 | 227 | 0 | 2 | 7 | 44 | 55 | 6 | 76 |
| Binary | 10100011 | 10100000 | 10010111 | 0 | 10 | 111 | 100100 | 101101 | 110 | 111110 |
Color Harmonies of #A3A097
Complementary color
Monochromatic Colors of #A3A097
Black with #A3A097
Text Example
Text Example
White with #A3A097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A097; }
p { color: rgb(163,160,151); }
H1.HeaderClassName
{
color: #A3A097;
}
.AnyTagClassName
{
color: #A3A097;
}
</style>
background-color css
<style>
a { background-color: #A3A097; }
a { background-color: rgb(163,160,151); }
div.DivClassName
{
background-color: #A3A097;
}
.BgClassName
{
background-color: #A3A097;
}
</style>
border-color css
<style>
span { border-color: #A3A097; }
span { border-color: rgb(163,160,151); }
td.TdClassName
{
border-color: #A3A097;
}
.TagClassName
{
border-color: #A3A097;
}
</style>