#A6A496

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

Shades of Foggy Grey #A6A496

Tints of Foggy Grey #A6A496

Color information

#A6A496 (or 0xA6A496) is unknown color: approx Foggy Grey. HEX triplet: A6, A4 and 96. RGB value is (166,164,150). Sum of RGB (Red+Green+Blue) = 166+164+150=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A496 is #595B69. Grayscale: #A3A3A3. Windows color (decimal): -5856106 or 9872550. OLE color: 9872550.

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

Color convert

RGB166164150-
CMYK00.010.100.35
HSL52.5º8.25%61.96%-
HSV(B)52.5º9.64%65.1%-
XYZ34.5136.8634.15-
YUV163120.66130.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.58%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=34.58%
G=34.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616415000.010.100.3552.58.2561.96
HexA6A49601A233583e
Octal246244226011243651076
Binary1010011010100100100101100110101000111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A496; }

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

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

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

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

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

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

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

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