#A6A497

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

Shades of Foggy Grey #A6A497

Tints of Foggy Grey #A6A497

Color information

#A6A497 (or 0xA6A497) is unknown color: approx Foggy Grey. HEX triplet: A6, A4 and 97. RGB value is (166,164,151). Sum of RGB (Red+Green+Blue) = 166+164+151=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A497 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A497 is #595B68. Grayscale: #A3A3A3. Windows color (decimal): -5856105 or 9938086. OLE color: 9938086.

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

Color convert

RGB166164151-
CMYK00.010.090.35
HSL52º7.77%62.16%-
HSV(B)52º9.04%65.1%-
XYZ34.5936.8934.58-
YUV163.12121.16130.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 151 (59.38% from 255) = 31.39%
R=34.51%
G=34.10%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616415100.010.090.35527.7762.16
HexA6A497019233483e
Octal246244227011143641076
Binary1010011010100100100101110110011000111101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A497; }

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

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

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

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

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

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

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

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