#A6A196

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

Shades of Mountain Mist #A6A196

Tints of Mountain Mist #A6A196

Color information

#A6A196 (or 0xA6A196) is unknown color: approx Mountain Mist. HEX triplet: A6, A1 and 96. RGB value is (166,161,150). Sum of RGB (Red+Green+Blue) = 166+161+150=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A196 is #595E69. Grayscale: #A1A1A1. Windows color (decimal): -5856874 or 9871782. OLE color: 9871782.

HSL color Cylindrical-coordinate representation of color #A6A196: hue angle of 41.25º degrees, saturation: 0.08, 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 #A6A196 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166161150-
CMYK00.030.100.35
HSL41.25º8.25%61.96%-
HSV(B)41.25º9.64%65.1%-
XYZ33.9835.833.97-
YUV161.24121.66131.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 161 (63.28% from 255) = 33.75%
BLUE value IS 150 (58.98% from 255) = 31.45%
R=34.80%
G=33.75%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616115000.030.100.3541.258.2561.96
HexA6A19603A232983e
Octal246241226031243511076
Binary10100110101000011001011001110101000111010011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A196; }

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

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

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

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

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

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

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

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