#A4A197

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

Shades of Mountain Mist #A4A197

Tints of Mountain Mist #A4A197

Color information

#A4A197 (or 0xA4A197) is unknown color: approx Mountain Mist. HEX triplet: A4, A1 and 97. RGB value is (164,161,151). Sum of RGB (Red+Green+Blue) = 164+161+151=476 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.45% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A197 is #5B5E68. Grayscale: #A0A0A0. Windows color (decimal): -5987945 or 9937316. OLE color: 9937316.

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

Color convert

RGB164161151-
CMYK00.020.080.36
HSL46.15º6.67%61.76%-
HSV(B)46.15º7.93%64.31%-
XYZ33.6435.6234.38-
YUV160.76122.49130.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.45%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=34.45%
G=33.82%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16416115100.020.080.3646.156.6761.76
HexA4A197028242e73e
Octal24424122702104456776
Binary1010010010100001100101110101000100100101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A197; }

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

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

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

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

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

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

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

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