#A9A1BF

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

Shades of Wistful #A9A1BF

Tints of Wistful #A9A1BF

Color information

#A9A1BF (or 0xA9A1BF) is unknown color: approx Wistful. HEX triplet: A9, A1 and BF. RGB value is (169,161,191). Sum of RGB (Red+Green+Blue) = 169+161+191=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1BF is #565E40. Grayscale: #A6A6A6. Windows color (decimal): -5660225 or 12558761. OLE color: 12558761.

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

Color convert

RGB169161191-
CMYK0.120.1600.25
HSL256º18.99%69.02%-
HSV(B)256º15.71%74.9%-
XYZ38.5137.6954.53-
YUV166.81141.65129.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 191 (75% from 255) = 36.66%
R=32.44%
G=30.90%
B=36.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691611910.120.1600.2525618.9969.02
HexA9A1BFC100191001345
Octal251241277142003140023105
Binary101010011010000110111111110010000011001100000000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1BF; }

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

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

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

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

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

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

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

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