Html Css Color HEX #A9A6BF Wistful

📋 copy color: '#A9A6BF'

red 169 ◦ green 166 ◦ blue 191

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

Shades of Wistful #A9A6BF

Tints of Wistful #A9A6BF

RGB

 RED value IS 169 (66.41% from 255) = 32.13%

 GREEN value IS 166 (65.23% from 255) = 31.56%

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

R = 32.13%
G = 31.56%
B = 36.31%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A9A6BF (or 0xA9A6BF) is known color: Wistful. HEX triplet: A9, A6 and BF. RGB value is (169,166,191). Sum of RGB (Red+Green+Blue) = 169+166+191=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9A6BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A6BF is #565940. Grayscale: #A9A9A9. Windows color (decimal): -5658945 or 12560041. OLE color: 12560041.

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

Color convert

RGB 169 166 191 -
CMYK 0.12 0.13 0 0.25
HSL 247.2º 0.16% 0.7% -
HSV(B) 247.2º 0.13% 0.75% -
XYZ 39.4 39.47 54.83 -
YUV 169.75 139.99 127.47 -
System Red Green Blue C M Y K H S L
Decimal 169 166 191 0.12 0.13 0 0.25 247.2 0.16 0.7
Hex A9 A6 BF C D 0 19 F7 10 46
Octal 251 246 277 14 15 0 31 367 20 106
Binary 10101001 10100110 10111111 1100 1101 0 11001 11110111 10000 1000110

Color Harmonies of #A9A6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A6BF

Black with #A9A6BF

Text Example


Text Example

White with #A9A6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A6BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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