#A9A5BE

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

Shades of Wistful #A9A5BE

Tints of Wistful #A9A5BE

Color information

#A9A5BE (or 0xA9A5BE) is unknown color: approx Wistful. HEX triplet: A9, A5 and BE. RGB value is (169,165,190). Sum of RGB (Red+Green+Blue) = 169+165+190=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A5BE is #565A41. Grayscale: #A8A8A8. Windows color (decimal): -5659202 or 12494249. OLE color: 12494249.

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

Color convert

RGB169165190-
CMYK0.110.1300.25
HSL249.6º16.13%69.61%-
HSV(B)249.6º13.16%74.51%-
XYZ39.1139.0654.19-
YUV169.05139.83127.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 165 (64.84% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=32.25%
G=31.49%
B=36.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691651900.110.1300.25249.616.1369.61
HexA9A5BEBD019fa1046
Octal251245276131503137220106
Binary1010100110100101101111101011110101100111111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5BE; }

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

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

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

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

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

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

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

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