Html Css Color HEX #A6A194 Mountain Mist

📋 copy color: '#A6A194'

red 166 ◦ green 161 ◦ blue 148

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

Shades of Mountain Mist #A6A194

Tints of Mountain Mist #A6A194

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 34.95%
G = 33.89%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A6A194 (or 0xA6A194) is known color: Mountain Mist. HEX triplet: A6, A1 and 94. RGB value is (166,161,148). Sum of RGB (Red+Green+Blue) = 166+161+148=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A194 is #595E6B. Grayscale: #A1A1A1. Windows color (decimal): -5856876 or 9740710. OLE color: 9740710.

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

Color convert

RGB 166 161 148 -
CMYK 0 0.03 0.11 0.35
HSL 43.33º 0.09% 0.62% -
HSV(B) 43.33º 0.11% 0.65% -
XYZ 33.82 35.73 33.13 -
YUV 161.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 166 161 148 0 0.03 0.11 0.35 43.33 0.09 0.62
Hex A6 A1 94 0 3 B 23 2B 9 3E
Octal 246 241 224 0 3 13 43 53 11 76
Binary 10100110 10100001 10010100 0 11 1011 100011 101011 1001 111110

Color Harmonies of #A6A194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A194

Black with #A6A194

Text Example


Text Example

White with #A6A194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A194; }

 p { color: rgb(166,161,148); }

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

background-color css

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

 a { background-color: rgb(166,161,148); }

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

border-color css

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

 span { border-color: rgb(166,161,148); }

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