#A6A195

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

Shades of Mountain Mist #A6A195

Tints of Mountain Mist #A6A195

Color information

#A6A195 (or 0xA6A195) is unknown color: approx Mountain Mist. HEX triplet: A6, A1 and 95. RGB value is (166,161,149). Sum of RGB (Red+Green+Blue) = 166+161+149=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A195 is #595E6A. Grayscale: #A1A1A1. Windows color (decimal): -5856875 or 9806246. OLE color: 9806246.

HSL color Cylindrical-coordinate representation of color #A6A195: hue angle of 42.35º 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 #A6A195 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB166161149-
CMYK00.030.100.35
HSL42.35º8.72%61.76%-
HSV(B)42.35º10.24%65.1%-
XYZ33.935.7733.55-
YUV161.13121.16131.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.87%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 149 (58.59% from 255) = 31.30%
R=34.87%
G=33.82%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616114900.030.100.3542.358.7261.76
HexA6A19503A232a93e
Octal246241225031243521176
Binary10100110101000011001010101110101000111010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A195; }

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

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

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

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

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

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

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

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