#A6A49C

Color #A6A49C Foggy Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foggy Grey #A6A49C

Tints of Foggy Grey #A6A49C

Color information

#A6A49C (or 0xA6A49C) is unknown color: approx Foggy Grey. HEX triplet: A6, A4 and 9C. RGB value is (166,164,156). Sum of RGB (Red+Green+Blue) = 166+164+156=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A49C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A49C is #595B63. Grayscale: #A3A3A3. Windows color (decimal): -5856100 or 10265766. OLE color: 10265766.

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

Color convert

RGB166164156-
CMYK00.010.060.35
HSL48º5.32%63.14%-
HSV(B)48º6.02%65.1%-
XYZ3537.0636.76-
YUV163.69123.66129.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 164 (64.45% from 255) = 33.74%
BLUE value IS 156 (61.33% from 255) = 32.10%
R=34.16%
G=33.74%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616415600.010.060.35485.3263.14
HexA6A49C016233053f
Octal2462442340164360577
Binary10100110101001001001110001110100011110000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A49C; }

 p { color: rgb(166,164,156); }

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

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

 a { background-color: rgb(166,164,156); }

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

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

 span { border-color: rgb(166,164,156); }

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