#A9A1BE

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

Shades of Wistful #A9A1BE

Tints of Wistful #A9A1BE

Color information

#A9A1BE (or 0xA9A1BE) is unknown color: approx Wistful. HEX triplet: A9, A1 and BE. RGB value is (169,161,190). Sum of RGB (Red+Green+Blue) = 169+161+190=520 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.5% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A1BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A1BE is #565E41. Grayscale: #A6A6A6. Windows color (decimal): -5660226 or 12493225. OLE color: 12493225.

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

Color convert

RGB169161190-
CMYK0.110.1500.25
HSL256.55º18.24%68.82%-
HSV(B)256.55º15.26%74.51%-
XYZ38.437.6453.96-
YUV166.7141.15129.64-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.5%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 190 (74.61% from 255) = 36.54%
R=32.5%
G=30.96%
B=36.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691611900.110.1500.25256.5518.2468.82
HexA9A1BEBF0191011245
Octal251241276131703140122105
Binary10101001101000011011111010111111011001100000001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A1BE; }

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

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

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

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

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

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

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

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