#A6A7C6

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

Shades of Wistful #A6A7C6

Tints of Wistful #A6A7C6

Color information

#A6A7C6 (or 0xA6A7C6) is unknown color: approx Wistful. HEX triplet: A6, A7 and C6. RGB value is (166,167,198). Sum of RGB (Red+Green+Blue) = 166+167+198=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6A7C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A7C6 is #595839. Grayscale: #AAAAAA. Windows color (decimal): -5855290 or 13019046. OLE color: 13019046.

HSL color Cylindrical-coordinate representation of color #A6A7C6: hue angle of 238.12º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6A7C6 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166167198-
CMYK0.160.1600.22
HSL238.12º21.92%71.37%-
HSV(B)238.12º16.16%77.65%-
XYZ39.7439.8259.02-
YUV170.24143.67124.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 198 (77.73% from 255) = 37.29%
R=31.26%
G=31.45%
B=37.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661671980.160.1600.22238.1221.9271.37
HexA6A7C61010016ee1647
Octal246247306202002635626107
Binary101001101010011111000110100001000001011011101110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A7C6; }

 p { color: rgb(166,167,198); }

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

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

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

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

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

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

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