#A7A49C

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

Shades of Mountain Mist #A7A49C

Tints of Mountain Mist #A7A49C

Color information

#A7A49C (or 0xA7A49C) is unknown color: approx Mountain Mist. HEX triplet: A7, A4 and 9C. RGB value is (167,164,156). Sum of RGB (Red+Green+Blue) = 167+164+156=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 156 (61.33% from 255 or 32.03% from 487); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A49C is #585B63. Grayscale: #A4A4A4. Windows color (decimal): -5790564 or 10265767. OLE color: 10265767.

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

Color convert

RGB167164156-
CMYK00.020.070.35
HSL43.64º5.88%63.33%-
HSV(B)43.64º6.59%65.49%-
XYZ35.2137.1736.77-
YUV163.98123.49130.15-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 156 (61.33% from 255) = 32.03%
R=34.29%
G=33.68%
B=32.03%

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
Decimal16716415600.020.070.3543.645.8863.33
HexA7A49C027232c63f
Octal2472442340274354677
Binary101001111010010010011100010111100011101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A49C; }

 p { color: rgb(167,164,156); }

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

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

 a { background-color: rgb(167,164,156); }

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

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

 span { border-color: rgb(167,164,156); }

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