#AAA8C1

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

Shades of Wistful #AAA8C1

Tints of Wistful #AAA8C1

Color information

#AAA8C1 (or 0xAAA8C1) is unknown color: approx Wistful. HEX triplet: AA, A8 and C1. RGB value is (170,168,193). Sum of RGB (Red+Green+Blue) = 170+168+193=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 168 (66.02% from 255 or 31.64% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAA8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8C1 is #55573E. Grayscale: #ABABAB. Windows color (decimal): -5592895 or 12691626. OLE color: 12691626.

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

Color convert

RGB170168193-
CMYK0.120.1300.24
HSL244.8º16.78%70.78%-
HSV(B)244.8º12.95%75.69%-
XYZ40.2140.456.13-
YUV171.45140.16126.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 168 (66.02% from 255) = 31.64%
BLUE value IS 193 (75.78% from 255) = 36.35%
R=32.02%
G=31.64%
B=36.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701681930.120.1300.24244.816.7870.78
HexAAA8C1CD018f51147
Octal252250301141503036521107
Binary1010101010101000110000011100110101100011110101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8C1; }

 p { color: rgb(170,168,193); }

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

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

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

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

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

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

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