#A9A9BF

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

Shades of Wistful #A9A9BF

Tints of Wistful #A9A9BF

Color information

#A9A9BF (or 0xA9A9BF) is unknown color: approx Wistful. HEX triplet: A9, A9 and BF. RGB value is (169,169,191). Sum of RGB (Red+Green+Blue) = 169+169+191=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9A9BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A9BF is #565640. Grayscale: #ABABAB. Windows color (decimal): -5658177 or 12560809. OLE color: 12560809.

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

Color convert

RGB169169191-
CMYK0.120.1200.25
HSL240º14.67%70.59%-
HSV(B)240º11.52%74.9%-
XYZ39.9540.5755.02-
YUV171.51139126.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.95%
GREEN value IS 169 (66.41% from 255) = 31.95%
BLUE value IS 191 (75% from 255) = 36.11%
R=31.95%
G=31.95%
B=36.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691691910.120.1200.2524014.6770.59
HexA9A9BFCC019f0f47
Octal251251277141403136017107
Binary101010011010100110111111110011000110011111000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A9BF; }

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

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

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

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

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

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

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

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