#A6A39D

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

Shades of Mountain Mist #A6A39D

Tints of Mountain Mist #A6A39D

Color information

#A6A39D (or 0xA6A39D) is unknown color: approx Mountain Mist. HEX triplet: A6, A3 and 9D. RGB value is (166,163,157). Sum of RGB (Red+Green+Blue) = 166+163+157=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A39D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A39D is #595C62. Grayscale: #A3A3A3. Windows color (decimal): -5856355 or 10331046. OLE color: 10331046.

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

Color convert

RGB166163157-
CMYK00.020.050.35
HSL40º4.81%63.33%-
HSV(B)40º5.42%65.1%-
XYZ34.9136.7437.15-
YUV163.21124.49129.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=34.16%
G=33.54%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616315700.020.050.35404.8163.33
HexA6A39D025232853f
Octal2462432350254350577
Binary101001101010001110011101010101100011101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A39D; }

 p { color: rgb(166,163,157); }

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

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

 a { background-color: rgb(166,163,157); }

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

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

 span { border-color: rgb(166,163,157); }

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