#AAAAC6

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

Shades of Wistful #AAAAC6

Tints of Wistful #AAAAC6

Color information

#AAAAC6 (or 0xAAAAC6) is unknown color: approx Wistful. HEX triplet: AA, AA and C6. RGB value is (170,170,198). Sum of RGB (Red+Green+Blue) = 170+170+198=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAAAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAAC6 is #555539. Grayscale: #ADADAD. Windows color (decimal): -5592378 or 13019818. OLE color: 13019818.

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

Color convert

RGB170170198-
CMYK0.140.1400.22
HSL240º19.72%72.16%-
HSV(B)240º14.14%77.65%-
XYZ41.1541.3759.24-
YUV173.19142125.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 198 (77.73% from 255) = 36.80%
R=31.60%
G=31.60%
B=36.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701701980.140.1400.2224019.7272.16
HexAAAAC6EE016f01448
Octal252252306161602636024110
Binary1010101010101010110001101110111001011011110000101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAAC6; }

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

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

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

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

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

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

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

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