#AAA6C5

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

Shades of Wistful #AAA6C5

Tints of Wistful #AAA6C5

Color information

#AAA6C5 (or 0xAAA6C5) is unknown color: approx Wistful. HEX triplet: AA, A6 and C5. RGB value is (170,166,197). Sum of RGB (Red+Green+Blue) = 170+166+197=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAA6C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA6C5 is #55593A. Grayscale: #AAAAAA. Windows color (decimal): -5593403 or 12953258. OLE color: 12953258.

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

Color convert

RGB170166197-
CMYK0.140.1600.23
HSL247.74º21.09%71.18%-
HSV(B)247.74º15.74%77.25%-
XYZ40.2939.8558.39-
YUV170.73142.83127.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 166 (65.23% from 255) = 31.14%
BLUE value IS 197 (77.34% from 255) = 36.96%
R=31.89%
G=31.14%
B=36.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701661970.140.1600.23247.7421.0971.18
HexAAA6C5E10017f81547
Octal252246305162002737025107
Binary10101010101001101100010111101000001011111111000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA6C5; }

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

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

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

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

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

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

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

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