#A6A2BF

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

Shades of Wistful #A6A2BF

Tints of Wistful #A6A2BF

Color information

#A6A2BF (or 0xA6A2BF) is unknown color: approx Wistful. HEX triplet: A6, A2 and BF. RGB value is (166,162,191). Sum of RGB (Red+Green+Blue) = 166+162+191=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6A2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A2BF is #595D40. Grayscale: #A6A6A6. Windows color (decimal): -5856577 or 12559014. OLE color: 12559014.

HSL color Cylindrical-coordinate representation of color #A6A2BF: hue angle of 248.28º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6A2BF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166162191-
CMYK0.130.1500.25
HSL248.28º18.47%69.22%-
HSV(B)248.28º15.18%74.9%-
XYZ38.0537.7154.56-
YUV166.5141.83127.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 191 (75% from 255) = 36.80%
R=31.98%
G=31.21%
B=36.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661621910.130.1500.25248.2818.4769.22
HexA6A2BFDF019f81245
Octal246242277151703137022105
Binary1010011010100010101111111101111101100111111000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2BF; }

 p { color: rgb(166,162,191); }

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

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

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

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

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

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

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