#A6A39B

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

Shades of Mountain Mist #A6A39B

Tints of Mountain Mist #A6A39B

Color information

#A6A39B (or 0xA6A39B) is unknown color: approx Mountain Mist. HEX triplet: A6, A3 and 9B. RGB value is (166,163,155). Sum of RGB (Red+Green+Blue) = 166+163+155=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 155 (60.94% from 255 or 32.02% from 484); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A39B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A39B is #595C64. Grayscale: #A3A3A3. Windows color (decimal): -5856357 or 10199974. OLE color: 10199974.

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

Color convert

RGB166163155-
CMYK00.020.070.35
HSL43.64º5.82%62.94%-
HSV(B)43.64º6.63%65.1%-
XYZ34.7436.6736.26-
YUV162.99123.49130.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 163 (64.06% from 255) = 33.68%
BLUE value IS 155 (60.94% from 255) = 32.02%
R=34.30%
G=33.68%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616315500.020.070.3543.645.8262.94
HexA6A39B027232c63f
Octal2462432330274354677
Binary101001101010001110011011010111100011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A39B; }

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

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

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

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

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

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

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

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