#A6A197

Color #A6A197 Mountain Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Mist #A6A197

Tints of Mountain Mist #A6A197

Color information

#A6A197 (or 0xA6A197) is unknown color: approx Mountain Mist. HEX triplet: A6, A1 and 97. RGB value is (166,161,151). Sum of RGB (Red+Green+Blue) = 166+161+151=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A197 is #595E68. Grayscale: #A1A1A1. Windows color (decimal): -5856873 or 9937318. OLE color: 9937318.

HSL color Cylindrical-coordinate representation of color #A6A197: hue angle of 40º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6A197 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166161151-
CMYK00.030.090.35
HSL40º7.77%62.16%-
HSV(B)40º9.04%65.1%-
XYZ34.0635.8334.4-
YUV161.35122.16131.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 161 (63.28% from 255) = 33.68%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=34.73%
G=33.68%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616115100.030.090.35407.7762.16
HexA6A197039232883e
Octal246241227031143501076
Binary10100110101000011001011101110011000111010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A197; }

 p { color: rgb(166,161,151); }

 H1.HeaderClassName
 {
   color: #A6A197;
 }
 .AnyTagClassName
 {
   color: #A6A197;
 }
</style>
background-color css

<style>
 a { background-color: #A6A197; }

 a { background-color: rgb(166,161,151); }

 div.DivClassName
 {
   background-color: #A6A197;
 }
 .BgClassName
 {
   background-color: #A6A197;
 }
</style>
border-color css

<style>
 span { border-color: #A6A197; }

 span { border-color: rgb(166,161,151); }

 td.TdClassName
 {
   border-color: #A6A197;
 }
 .TagClassName
 {
   border-color: #A6A197;
 }
</style>