#A6A296

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

Shades of Mountain Mist #A6A296

Tints of Mountain Mist #A6A296

Color information

#A6A296 (or 0xA6A296) is unknown color: approx Mountain Mist. HEX triplet: A6, A2 and 96. RGB value is (166,162,150). Sum of RGB (Red+Green+Blue) = 166+162+150=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A296 is #595D69. Grayscale: #A1A1A1. Windows color (decimal): -5856618 or 9872038. OLE color: 9872038.

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

Color convert

RGB166162150-
CMYK00.020.100.35
HSL45º8.25%61.96%-
HSV(B)45º9.64%65.1%-
XYZ34.1536.1534.03-
YUV161.83121.33130.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 162 (63.67% from 255) = 33.89%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=34.73%
G=33.89%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616215000.020.100.35458.2561.96
HexA6A29602A232d83e
Octal246242226021243551076
Binary10100110101000101001011001010101000111011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A296; }

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

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

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

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

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

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

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

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