#A6A59E

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

Shades of Foggy Grey #A6A59E

Tints of Foggy Grey #A6A59E

Color information

#A6A59E (or 0xA6A59E) is unknown color: approx Foggy Grey. HEX triplet: A6, A5 and 9E. RGB value is (166,165,158). Sum of RGB (Red+Green+Blue) = 166+165+158=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A59E is #595A61. Grayscale: #A4A4A4. Windows color (decimal): -5855842 or 10397094. OLE color: 10397094.

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

Color convert

RGB166165158-
CMYK00.010.050.35
HSL52.5º4.3%63.53%-
HSV(B)52.5º4.82%65.1%-
XYZ35.3537.4937.72-
YUV164.5124.33129.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 158 (62.11% from 255) = 32.31%
R=33.95%
G=33.74%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616515800.010.050.3552.54.363.53
HexA6A59E0152335440
Octal24624523601543654100
Binary101001101010010110011110011011000111101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A59E; }

 p { color: rgb(166,165,158); }

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

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

 a { background-color: rgb(166,165,158); }

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

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

 span { border-color: rgb(166,165,158); }

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