Html Css Color HEX #A6A1BF Wistful

📋 copy color: '#A6A1BF'

red 166 ◦ green 161 ◦ blue 191

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

Shades of Wistful #A6A1BF

Tints of Wistful #A6A1BF

RGB

 RED value IS 166 (65.23% from 255) = 32.05%

 GREEN value IS 161 (63.28% from 255) = 31.08%

 BLUE value IS 191 (75% from 255) = 36.87%

R = 32.05%
G = 31.08%
B = 36.87%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A6A1BF (or 0xA6A1BF) is known color: Wistful. HEX triplet: A6, A1 and BF. RGB value is (166,161,191). Sum of RGB (Red+Green+Blue) = 166+161+191=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6A1BF is #595E40. Grayscale: #A5A5A5. Windows color (decimal): -5856833 or 12558758. OLE color: 12558758.

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

Color convert

RGB 166 161 191 -
CMYK 0.13 0.16 0 0.25
HSL 250º 0.19% 0.69% -
HSV(B) 250º 0.16% 0.75% -
XYZ 37.87 37.36 54.5 -
YUV 165.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 166 161 191 0.13 0.16 0 0.25 250 0.19 0.69
Hex A6 A1 BF D 10 0 19 FA 13 45
Octal 246 241 277 15 20 0 31 372 23 105
Binary 10100110 10100001 10111111 1101 10000 0 11001 11111010 10011 1000101

Color Harmonies of #A6A1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A1BF

Black with #A6A1BF

Text Example


Text Example

White with #A6A1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A1BF; }

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

 H1.HeaderClassName
 {
   color: #A6A1BF;
 }
 .AnyTagClassName
 {
   color: #A6A1BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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