#A6A697

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

Shades of Foggy Grey #A6A697

Tints of Foggy Grey #A6A697

Color information

#A6A697 (or 0xA6A697) is unknown color: approx Foggy Grey. HEX triplet: A6, A6 and 97. RGB value is (166,166,151). Sum of RGB (Red+Green+Blue) = 166+166+151=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A697 is #595968. Grayscale: #A4A4A4. Windows color (decimal): -5855593 or 9938598. OLE color: 9938598.

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

Color convert

RGB166166151-
CMYK000.090.35
HSL60º7.77%62.16%-
HSV(B)60º9.04%65.1%-
XYZ34.9537.6134.7-
YUV164.29120.5129.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=34.37%
G=34.37%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166151000.090.35607.7762.16
HexA6A697009233c83e
Octal246246227001143741076
Binary1010011010100110100101110010011000111111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A697; }

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

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

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

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

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

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

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

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