#A6A2BE

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

Shades of Wistful #A6A2BE

Tints of Wistful #A6A2BE

Color information

#A6A2BE (or 0xA6A2BE) is unknown color: approx Wistful. HEX triplet: A6, A2 and BE. RGB value is (166,162,190). Sum of RGB (Red+Green+Blue) = 166+162+190=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A2BE is #595D41. Grayscale: #A6A6A6. Windows color (decimal): -5856578 or 12493478. OLE color: 12493478.

HSL color Cylindrical-coordinate representation of color #A6A2BE: hue angle of 248.57º 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 #A6A2BE is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166162190-
CMYK0.130.1500.25
HSL248.57º17.72%69.02%-
HSV(B)248.57º14.74%74.51%-
XYZ37.9437.6753.99-
YUV166.39141.33127.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.05%
GREEN value IS 162 (63.67% from 255) = 31.27%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=32.05%
G=31.27%
B=36.68%

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
Decimal1661621900.130.1500.25248.5717.7269.02
HexA6A2BEDF019f91245
Octal246242276151703137122105
Binary1010011010100010101111101101111101100111111001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A2BE; }

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

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

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

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

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

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

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

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