#A9A5BF

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

Shades of Wistful #A9A5BF

Tints of Wistful #A9A5BF

Color information

#A9A5BF (or 0xA9A5BF) is unknown color: approx Wistful. HEX triplet: A9, A5 and BF. RGB value is (169,165,191). Sum of RGB (Red+Green+Blue) = 169+165+191=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5BF is #565A40. Grayscale: #A9A9A9. Windows color (decimal): -5659201 or 12559785. OLE color: 12559785.

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

Color convert

RGB169165191-
CMYK0.120.1400.25
HSL249.23º16.88%69.8%-
HSV(B)249.23º13.61%74.9%-
XYZ39.2239.1154.77-
YUV169.16140.33127.89-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 191 (75% from 255) = 36.38%
R=32.19%
G=31.43%
B=36.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691651910.120.1400.25249.2316.8869.8
HexA9A5BFCE019f91146
Octal251245277141603137121106
Binary1010100110100101101111111100111001100111111001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5BF; }

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

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

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

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

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

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

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

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