Html Css Color HEX #A6A095 Mountain Mist

📋 copy color: '#A6A095'

red 166 ◦ green 160 ◦ blue 149

#A6A095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Mist #A6A095

Tints of Mountain Mist #A6A095

RGB

 RED value IS 166 (65.23% from 255) = 34.95%

 GREEN value IS 160 (62.89% from 255) = 33.68%

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 34.95%
G = 33.68%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A6A095 (or 0xA6A095) is known color: Mountain Mist. HEX triplet: A6, A0 and 95. RGB value is (166,160,149). Sum of RGB (Red+Green+Blue) = 166+160+149=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A095 is #595F6A. Grayscale: #A0A0A0. Windows color (decimal): -5857131 or 9805990. OLE color: 9805990.

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

Color convert

RGB 166 160 149 -
CMYK 0 0.04 0.10 0.35
HSL 38.82º 0.09% 0.62% -
HSV(B) 38.82º 0.1% 0.65% -
XYZ 33.72 35.42 33.49 -
YUV 160.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 166 160 149 0 0.04 0.10 0.35 38.82 0.09 0.62
Hex A6 A0 95 0 4 A 23 27 9 3E
Octal 246 240 225 0 4 12 43 47 11 76
Binary 10100110 10100000 10010101 0 100 1010 100011 100111 1001 111110

Color Harmonies of #A6A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A095

Black with #A6A095

Text Example


Text Example

White with #A6A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A095; }

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

 H1.HeaderClassName
 {
   color: #A6A095;
 }
 .AnyTagClassName
 {
   color: #A6A095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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