#A6A194

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

Shades of Mountain Mist #A6A194

Tints of Mountain Mist #A6A194

Color information

#A6A194 (or 0xA6A194) is unknown color: approx Mountain Mist. HEX triplet: A6, A1 and 94. RGB value is (166,161,148). Sum of RGB (Red+Green+Blue) = 166+161+148=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A194 is #595E6B. Grayscale: #A1A1A1. Windows color (decimal): -5856876 or 9740710. OLE color: 9740710.

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

Color convert

RGB166161148-
CMYK00.030.110.35
HSL43.33º9.18%61.57%-
HSV(B)43.33º10.84%65.1%-
XYZ33.8235.7333.13-
YUV161.01120.66131.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=34.95%
G=33.89%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616114800.030.110.3543.339.1861.57
HexA6A19403B232b93e
Octal246241224031343531176
Binary10100110101000011001010001110111000111010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A194; }

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

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

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

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

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

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

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

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