#A6A493

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

Shades of Foggy Grey #A6A493

Tints of Foggy Grey #A6A493

Color information

#A6A493 (or 0xA6A493) is unknown color: approx Foggy Grey. HEX triplet: A6, A4 and 93. RGB value is (166,164,147). Sum of RGB (Red+Green+Blue) = 166+164+147=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A493 is #595B6C. Grayscale: #A2A2A2. Windows color (decimal): -5856109 or 9675942. OLE color: 9675942.

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

Color convert

RGB166164147-
CMYK00.010.110.35
HSL53.68º9.64%61.37%-
HSV(B)53.68º11.45%65.1%-
XYZ34.2736.7632.89-
YUV162.66119.16130.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 147 (57.81% from 255) = 30.82%
R=34.80%
G=34.38%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616414700.010.110.3553.689.6461.37
HexA6A49301B2336a3d
Octal246244223011343661275
Binary1010011010100100100100110110111000111101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A493; }

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

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

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

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

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

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

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

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