#AAA9C9

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

Shades of Wistful #AAA9C9

Tints of Wistful #AAA9C9

Color information

#AAA9C9 (or 0xAAA9C9) is unknown color: approx Wistful. HEX triplet: AA, A9 and C9. RGB value is (170,169,201). Sum of RGB (Red+Green+Blue) = 170+169+201=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 169 (66.41% from 255 or 31.30% 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 #AAA9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C9 is #555636. Grayscale: #ACACAC. Windows color (decimal): -5592631 or 13216170. OLE color: 13216170.

HSL color Cylindrical-coordinate representation of color #AAA9C9: hue angle of 241.88º 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 #AAA9C9 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170169201-
CMYK0.150.1600.21
HSL241.88º22.86%72.55%-
HSV(B)241.88º15.92%78.82%-
XYZ41.3141.1461.02-
YUV172.95143.83125.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701692010.150.1600.21241.8822.8672.55
HexAAA9C9F10015f21749
Octal252251311172002536227111
Binary10101010101010011100100111111000001010111110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9C9; }

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

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

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

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

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

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

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

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