#A4A196

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

Shades of Mountain Mist #A4A196

Tints of Mountain Mist #A4A196

Color information

#A4A196 (or 0xA4A196) is unknown color: approx Mountain Mist. HEX triplet: A4, A1 and 96. RGB value is (164,161,150). Sum of RGB (Red+Green+Blue) = 164+161+150=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A196 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A196 is #5B5E69. Grayscale: #A0A0A0. Windows color (decimal): -5987946 or 9871780. OLE color: 9871780.

HSL color Cylindrical-coordinate representation of color #A4A196: hue angle of 47.14º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4A196 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB164161150-
CMYK00.020.090.36
HSL47.14º7.14%61.57%-
HSV(B)47.14º8.54%64.31%-
XYZ33.5635.5833.95-
YUV160.64121.99130.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=34.53%
G=33.89%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416115000.020.090.3647.147.1461.57
HexA4A196029242f73e
Octal24424122602114457776
Binary1010010010100001100101100101001100100101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A196; }

 p { color: rgb(164,161,150); }

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

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

 a { background-color: rgb(164,161,150); }

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

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

 span { border-color: rgb(164,161,150); }

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