#A6A096

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

Shades of Mountain Mist #A6A096

Tints of Mountain Mist #A6A096

Color information

#A6A096 (or 0xA6A096) is unknown color: approx Mountain Mist. HEX triplet: A6, A0 and 96. RGB value is (166,160,150). Sum of RGB (Red+Green+Blue) = 166+160+150=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A096 is #595F69. Grayscale: #A0A0A0. Windows color (decimal): -5857130 or 9871526. OLE color: 9871526.

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

Color convert

RGB166160150-
CMYK00.040.100.35
HSL37.5º8.25%61.96%-
HSV(B)37.5º9.64%65.1%-
XYZ33.835.4533.92-
YUV160.65121.99131.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 160 (62.89% from 255) = 33.61%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=34.87%
G=33.61%
B=31.51%

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
Decimal16616015000.040.100.3537.58.2561.96
HexA6A09604A232683e
Octal246240226041243461076
Binary101001101010000010010110010010101000111001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A096; }

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

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

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

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

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

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

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

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