#A6A396

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

Shades of Foggy Grey #A6A396

Tints of Foggy Grey #A6A396

Color information

#A6A396 (or 0xA6A396) is unknown color: approx Foggy Grey. HEX triplet: A6, A3 and 96. RGB value is (166,163,150). Sum of RGB (Red+Green+Blue) = 166+163+150=479 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.66% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 150 (58.98% from 255 or 31.32% from 479); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A396 is #595C69. Grayscale: #A2A2A2. Windows color (decimal): -5856362 or 9872294. OLE color: 9872294.

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

Color convert

RGB166163150-
CMYK00.020.100.35
HSL48.75º8.25%61.96%-
HSV(B)48.75º9.64%65.1%-
XYZ34.3336.534.09-
YUV162.42120.99130.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.66%
GREEN value IS 163 (64.06% from 255) = 34.03%
BLUE value IS 150 (58.98% from 255) = 31.32%
R=34.66%
G=34.03%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616315000.020.100.3548.758.2561.96
HexA6A39602A233183e
Octal246243226021243611076
Binary10100110101000111001011001010101000111100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A396; }

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

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

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

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

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

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

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

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