#A6A095

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

Shades of Mountain Mist #A6A095

Tints of Mountain Mist #A6A095

Color information

#A6A095 (or 0xA6A095) is unknown color: approx Mountain Mist. HEX triplet: A6, A0 and 95. RGB value is (166,160,149). Sum of RGB (Red+Green+Blue) = 166+160+149=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A095 is #595F6A. Grayscale: #A0A0A0. Windows color (decimal): -5857131 or 9805990. OLE color: 9805990.

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

Color convert

RGB166160149-
CMYK00.040.100.35
HSL38.82º8.72%61.76%-
HSV(B)38.82º10.24%65.1%-
XYZ33.7235.4233.49-
YUV160.54121.49131.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=34.95%
G=33.68%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616014900.040.100.3538.828.7261.76
HexA6A09504A232793e
Octal246240225041243471176
Binary101001101010000010010101010010101000111001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A095; }

 p { color: rgb(166,160,149); }

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

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

 a { background-color: rgb(166,160,149); }

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

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

 span { border-color: rgb(166,160,149); }

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