#A6A695

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

Shades of Foggy Grey #A6A695

Tints of Foggy Grey #A6A695

Color information

#A6A695 (or 0xA6A695) is unknown color: approx Foggy Grey. HEX triplet: A6, A6 and 95. RGB value is (166,166,149). Sum of RGB (Red+Green+Blue) = 166+166+149=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A695 is #59596A. Grayscale: #A4A4A4. Windows color (decimal): -5855595 or 9807526. OLE color: 9807526.

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

Color convert

RGB166166149-
CMYK000.100.35
HSL60º8.72%61.76%-
HSV(B)60º10.24%65.1%-
XYZ34.7937.5533.85-
YUV164.06119.5129.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.51%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 149 (58.59% from 255) = 30.98%
R=34.51%
G=34.51%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166149000.100.35608.7261.76
HexA6A69500A233c93e
Octal246246225001243741176
Binary1010011010100110100101010010101000111111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A695; }

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

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

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

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

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

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

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

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