#A6A399

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

Shades of Mountain Mist #A6A399

Tints of Mountain Mist #A6A399

Color information

#A6A399 (or 0xA6A399) is unknown color: approx Mountain Mist. HEX triplet: A6, A3 and 99. RGB value is (166,163,153). Sum of RGB (Red+Green+Blue) = 166+163+153=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A399 is #595C66. Grayscale: #A2A2A2. Windows color (decimal): -5856359 or 10068902. OLE color: 10068902.

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

Color convert

RGB166163153-
CMYK00.020.080.35
HSL46.15º6.81%62.55%-
HSV(B)46.15º7.83%65.1%-
XYZ34.5736.635.38-
YUV162.76122.49130.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.44%
GREEN value IS 163 (64.06% from 255) = 33.82%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=34.44%
G=33.82%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616315300.020.080.3546.156.8162.55
HexA6A399028232e73f
Octal24624323102104356777
Binary1010011010100011100110010101000100011101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A399; }

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

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

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

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

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

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

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

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