#AAAAC3

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

Shades of Wistful #AAAAC3

Tints of Wistful #AAAAC3

Color information

#AAAAC3 (or 0xAAAAC3) is unknown color: approx Wistful. HEX triplet: AA, AA and C3. RGB value is (170,170,195). Sum of RGB (Red+Green+Blue) = 170+170+195=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 195 (76.56% from 255 or 36.45% from 535); Max value from RGB is 195 - color contains mainly: blue. Hex color #AAAAC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAC3 is #55553C. Grayscale: #ACACAC. Windows color (decimal): -5592381 or 12823210. OLE color: 12823210.

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

Color convert

RGB170170195-
CMYK0.130.1300.24
HSL240º17.24%71.57%-
HSV(B)240º12.82%76.47%-
XYZ40.841.2457.44-
YUV172.85140.5125.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 195 (76.56% from 255) = 36.45%
R=31.78%
G=31.78%
B=36.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701701950.130.1300.2424017.2471.57
HexAAAAC3DD018f01148
Octal252252303151503036021110
Binary1010101010101010110000111101110101100011110000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAC3; }

 p { color: rgb(170,170,195); }

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

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

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

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

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

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

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