#A6A299

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

Shades of Mountain Mist #A6A299

Tints of Mountain Mist #A6A299

Color information

#A6A299 (or 0xA6A299) is unknown color: approx Mountain Mist. HEX triplet: A6, A2 and 99. RGB value is (166,162,153). Sum of RGB (Red+Green+Blue) = 166+162+153=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A299 is #595D66. Grayscale: #A2A2A2. Windows color (decimal): -5856615 or 10068646. OLE color: 10068646.

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

Color convert

RGB166162153-
CMYK00.020.080.35
HSL41.54º6.81%62.55%-
HSV(B)41.54º7.83%65.1%-
XYZ34.436.2535.32-
YUV162.17122.83130.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 162 (63.67% from 255) = 33.68%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=34.51%
G=33.68%
B=31.81%

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
Decimal16616215300.020.080.3541.546.8162.55
HexA6A299028232a73f
Octal24624223102104352777
Binary1010011010100010100110010101000100011101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A299; }

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

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

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

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

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

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

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

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