#A6A4BF

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

Shades of Wistful #A6A4BF

Tints of Wistful #A6A4BF

Color information

#A6A4BF (or 0xA6A4BF) is unknown color: approx Wistful. HEX triplet: A6, A4 and BF. RGB value is (166,164,191). Sum of RGB (Red+Green+Blue) = 166+164+191=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A4BF is #595B40. Grayscale: #A7A7A7. Windows color (decimal): -5856065 or 12559526. OLE color: 12559526.

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

Color convert

RGB166164191-
CMYK0.130.1400.25
HSL244.44º17.42%69.61%-
HSV(B)244.44º14.14%74.9%-
XYZ38.4138.4254.68-
YUV167.68141.16126.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 191 (75% from 255) = 36.66%
R=31.86%
G=31.48%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661641910.130.1400.25244.4417.4269.61
HexA6A4BFDE019f41146
Octal246244277151603136421106
Binary1010011010100100101111111101111001100111110100100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A4BF; }

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

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

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

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

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

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

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

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