#AAA9C4

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

Shades of Wistful #AAA9C4

Tints of Wistful #AAA9C4

Color information

#AAA9C4 (or 0xAAA9C4) is unknown color: approx Wistful. HEX triplet: AA, A9 and C4. RGB value is (170,169,196). Sum of RGB (Red+Green+Blue) = 170+169+196=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 196 (76.95% from 255 or 36.64% from 535); Max value from RGB is 196 - color contains mainly: blue. Hex color #AAA9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C4 is #55563B. Grayscale: #ACACAC. Windows color (decimal): -5592636 or 12888490. OLE color: 12888490.

HSL color Cylindrical-coordinate representation of color #AAA9C4: hue angle of 242.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAA9C4 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170169196-
CMYK0.130.1400.23
HSL242.22º18.62%71.57%-
HSV(B)242.22º13.78%76.86%-
XYZ40.7340.9157.97-
YUV172.38141.33126.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 196 (76.95% from 255) = 36.64%
R=31.78%
G=31.59%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701691960.130.1400.23242.2218.6271.57
HexAAA9C4DE017f21348
Octal252251304151602736223110
Binary1010101010101001110001001101111001011111110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9C4; }

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

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

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

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

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

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

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

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