#A6A494

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

Shades of Foggy Grey #A6A494

Tints of Foggy Grey #A6A494

Color information

#A6A494 (or 0xA6A494) is unknown color: approx Foggy Grey. HEX triplet: A6, A4 and 94. RGB value is (166,164,148). Sum of RGB (Red+Green+Blue) = 166+164+148=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6A494 is #595B6B. Grayscale: #A2A2A2. Windows color (decimal): -5856108 or 9741478. OLE color: 9741478.

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

Color convert

RGB166164148-
CMYK00.010.110.35
HSL53.33º9.18%61.57%-
HSV(B)53.33º10.84%65.1%-
XYZ34.3536.833.31-
YUV162.77119.66130.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.73%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 148 (58.20% from 255) = 30.96%
R=34.73%
G=34.31%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16616414800.010.110.3553.339.1861.57
HexA6A49401B233593e
Octal246244224011343651176
Binary1010011010100100100101000110111000111101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A494; }

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

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

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

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

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

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

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

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