#A9AABF

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

Shades of Wistful #A9AABF

Tints of Wistful #A9AABF

Color information

#A9AABF (or 0xA9AABF) is unknown color: approx Wistful. HEX triplet: A9, AA and BF. RGB value is (169,170,191). Sum of RGB (Red+Green+Blue) = 169+170+191=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 191 - color contains mainly: blue. Hex color #A9AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AABF is #565540. Grayscale: #ACACAC. Windows color (decimal): -5657921 or 12561065. OLE color: 12561065.

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

Color convert

RGB169170191-
CMYK0.120.1100.25
HSL237.27º14.67%70.59%-
HSV(B)237.27º11.52%74.9%-
XYZ40.1440.9555.08-
YUV172.1138.67125.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 191 (75% from 255) = 36.04%
R=31.89%
G=32.08%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691701910.120.1100.25237.2714.6770.59
HexA9AABFCB019edf47
Octal251252277141303135517107
Binary101010011010101010111111110010110110011110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AABF; }

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

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

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

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

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

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

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

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