#A6A698

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

Shades of Foggy Grey #A6A698

Tints of Foggy Grey #A6A698

Color information

#A6A698 (or 0xA6A698) is unknown color: approx Foggy Grey. HEX triplet: A6, A6 and 98. RGB value is (166,166,152). Sum of RGB (Red+Green+Blue) = 166+166+152=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 166 - color contains mainly: red, green. Hex color #A6A698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A698 is #595967. Grayscale: #A4A4A4. Windows color (decimal): -5855592 or 10004134. OLE color: 10004134.

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

Color convert

RGB166166152-
CMYK000.080.35
HSL60º7.29%62.35%-
HSV(B)60º8.43%65.1%-
XYZ35.0337.6535.13-
YUV164.4121129.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.30%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=34.30%
G=34.30%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166166152000.080.35607.2962.35
HexA6A698008233c73e
Octal24624623000104374776
Binary101001101010011010011000001000100011111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A698; }

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

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

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

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

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

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

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

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