#A4A097

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

Shades of Mountain Mist #A4A097

Tints of Mountain Mist #A4A097

Color information

#A4A097 (or 0xA4A097) is unknown color: approx Mountain Mist. HEX triplet: A4, A0 and 97. RGB value is (164,160,151). Sum of RGB (Red+Green+Blue) = 164+160+151=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A097 is #5B5F68. Grayscale: #A0A0A0. Windows color (decimal): -5988201 or 9937060. OLE color: 9937060.

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

Color convert

RGB164160151-
CMYK00.020.080.36
HSL41.54º6.67%61.76%-
HSV(B)41.54º7.93%64.31%-
XYZ33.4735.2734.32-
YUV160.17122.83130.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 160 (62.89% from 255) = 33.68%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=34.53%
G=33.68%
B=31.79%

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
Decimal16416015100.020.080.3641.546.6761.76
HexA4A097028242a73e
Octal24424022702104452776
Binary1010010010100000100101110101000100100101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A097; }

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

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

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

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

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

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

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

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