Html Css Color HEX #A6A2BF Wistful

📋 copy color: '#A6A2BF'

red 166 ◦ green 162 ◦ blue 191

#A6A2BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #A6A2BF

Tints of Wistful #A6A2BF

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.8%

R = 31.98%
G = 31.21%
B = 36.8%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6A2BF (or 0xA6A2BF) is known color: 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

RGB 166 162 191 -
CMYK 0.13 0.15 0 0.25
HSL 248.28º 0.18% 0.69% -
HSV(B) 248.28º 0.15% 0.75% -
XYZ 38.05 37.71 54.56 -
YUV 166.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 166 162 191 0.13 0.15 0 0.25 248.28 0.18 0.69
Hex A6 A2 BF D F 0 19 F8 12 45
Octal 246 242 277 15 17 0 31 370 22 105
Binary 10100110 10100010 10111111 1101 1111 0 11001 11111000 10010 1000101

Color Harmonies of #A6A2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A2BF

Black with #A6A2BF

Text Example


Text Example

White with #A6A2BF

Text Example


Text Example

HTML Codes & Css Web 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>