#AAA7C6

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

Shades of Wistful #AAA7C6

Tints of Wistful #AAA7C6

Color information

#AAA7C6 (or 0xAAA7C6) is unknown color: approx Wistful. HEX triplet: AA, A7 and C6. RGB value is (170,167,198). Sum of RGB (Red+Green+Blue) = 170+167+198=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 167 (65.62% from 255 or 31.21% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #AAA7C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7C6 is #555839. Grayscale: #ABABAB. Windows color (decimal): -5593146 or 13019050. OLE color: 13019050.

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

Color convert

RGB170167198-
CMYK0.140.1600.22
HSL245.81º21.38%71.57%-
HSV(B)245.81º15.66%77.65%-
XYZ40.5940.2659.06-
YUV171.43142.99126.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 167 (65.62% from 255) = 31.21%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=31.78%
G=31.21%
B=37.01%

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
Decimal1701671980.140.1600.22245.8121.3871.57
HexAAA7C6E10016f61548
Octal252247306162002636625110
Binary10101010101001111100011011101000001011011110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7C6; }

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

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

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

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

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

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

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

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