#A6A097

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

Shades of Mountain Mist #A6A097

Tints of Mountain Mist #A6A097

Color information

#A6A097 (or 0xA6A097) is unknown color: approx Mountain Mist. HEX triplet: A6, A0 and 97. RGB value is (166,160,151). Sum of RGB (Red+Green+Blue) = 166+160+151=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A097 is #595F68. Grayscale: #A0A0A0. Windows color (decimal): -5857129 or 9937062. OLE color: 9937062.

HSL color Cylindrical-coordinate representation of color #A6A097: hue angle of 36º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6A097 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166160151-
CMYK00.040.090.35
HSL36º7.77%62.16%-
HSV(B)36º9.04%65.1%-
XYZ33.8835.4834.34-
YUV160.77122.49131.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 160 (62.89% from 255) = 33.54%
BLUE value IS 151 (59.38% from 255) = 31.66%
R=34.80%
G=33.54%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616015100.040.090.35367.7762.16
HexA6A097049232483e
Octal246240227041143441076
Binary101001101010000010010111010010011000111001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A097; }

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

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

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

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

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

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

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

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