#A6A199

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

Shades of Mountain Mist #A6A199

Tints of Mountain Mist #A6A199

Color information

#A6A199 (or 0xA6A199) is unknown color: approx Mountain Mist. HEX triplet: A6, A1 and 99. RGB value is (166,161,153). Sum of RGB (Red+Green+Blue) = 166+161+153=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A199 is #595E66. Grayscale: #A1A1A1. Windows color (decimal): -5856871 or 10068390. OLE color: 10068390.

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

Color convert

RGB166161153-
CMYK00.030.080.35
HSL36.92º6.81%62.55%-
HSV(B)36.92º7.83%65.1%-
XYZ34.2235.935.26-
YUV161.58123.16131.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 161 (63.28% from 255) = 33.54%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=34.58%
G=33.54%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616115300.030.080.3536.926.8162.55
HexA6A199038232573f
Octal24624123103104345777
Binary1010011010100001100110010111000100011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A199; }

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

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

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

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

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

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

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

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