#AAA6C6

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

Shades of Wistful #AAA6C6

Tints of Wistful #AAA6C6

Color information

#AAA6C6 (or 0xAAA6C6) is unknown color: approx Wistful. HEX triplet: AA, A6 and C6. RGB value is (170,166,198). Sum of RGB (Red+Green+Blue) = 170+166+198=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6C6 is #555939. Grayscale: #AAAAAA. Windows color (decimal): -5593402 or 13018794. OLE color: 13018794.

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

Color convert

RGB170166198-
CMYK0.140.1600.22
HSL247.5º21.92%71.37%-
HSV(B)247.5º16.16%77.65%-
XYZ40.4139.959-
YUV170.84143.33127.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=31.84%
G=31.09%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701661980.140.1600.22247.521.9271.37
HexAAA6C6E10016f81647
Octal252246306162002637026107
Binary10101010101001101100011011101000001011011111000101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6C6; }

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

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

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

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

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

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

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

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