#A9A7BE

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

Shades of Wistful #A9A7BE

Tints of Wistful #A9A7BE

Color information

#A9A7BE (or 0xA9A7BE) is unknown color: approx Wistful. HEX triplet: A9, A7 and BE. RGB value is (169,167,190). Sum of RGB (Red+Green+Blue) = 169+167+190=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A7BE is #565841. Grayscale: #AAAAAA. Windows color (decimal): -5658690 or 12494761. OLE color: 12494761.

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

Color convert

RGB169167190-
CMYK0.110.1200.25
HSL245.22º15.03%70%-
HSV(B)245.22º12.11%74.51%-
XYZ39.4839.7954.31-
YUV170.22139.16127.13-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 167 (65.62% from 255) = 31.75%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=32.13%
G=31.75%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691671900.110.1200.25245.2215.0370
HexA9A7BEBC019f5f46
Octal251247276131403136517106
Binary101010011010011110111110101111000110011111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A7BE; }

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

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

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

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

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

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

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

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