#A9AAC1

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

Shades of Wistful #A9AAC1

Tints of Wistful #A9AAC1

Color information

#A9AAC1 (or 0xA9AAC1) is unknown color: approx Wistful. HEX triplet: A9, AA and C1. RGB value is (169,170,193). Sum of RGB (Red+Green+Blue) = 169+170+193=532 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.77% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AAC1 is #56553E. Grayscale: #ACACAC. Windows color (decimal): -5657919 or 12692137. OLE color: 12692137.

HSL color Cylindrical-coordinate representation of color #A9AAC1: hue angle of 237.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9AAC1 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169170193-
CMYK0.120.1200.24
HSL237.5º16.22%70.98%-
HSV(B)237.5º12.44%75.69%-
XYZ40.3641.0356.25-
YUV172.32139.67125.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.77%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=31.77%
G=31.95%
B=36.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691701930.120.1200.24237.516.2270.98
HexA9AAC1CC018ee1047
Octal251252301141403035620107
Binary1010100110101010110000011100110001100011101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAC1; }

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

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

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

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

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

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

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

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