#A9AAC9

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

Shades of Wistful #A9AAC9

Tints of Wistful #A9AAC9

Color information

#A9AAC9 (or 0xA9AAC9) is unknown color: approx Wistful. HEX triplet: A9, AA and C9. RGB value is (169,170,201). Sum of RGB (Red+Green+Blue) = 169+170+201=540 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.30% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 201 - color contains mainly: blue. Hex color #A9AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9AAC9 is #565536. Grayscale: #ADADAD. Windows color (decimal): -5657911 or 13216425. OLE color: 13216425.

HSL color Cylindrical-coordinate representation of color #A9AAC9: hue angle of 238.12º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9AAC9 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169170201-
CMYK0.160.1500.21
HSL238.12º22.86%72.55%-
HSV(B)238.12º15.92%78.82%-
XYZ41.2841.461.07-
YUV173.24143.67124.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.30%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=31.30%
G=31.48%
B=37.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691702010.160.1500.21238.1222.8672.55
HexA9AAC910F015ee1749
Octal251252311201702535627111
Binary10101001101010101100100110000111101010111101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAC9; }

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

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

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

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

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

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

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

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