#AAA8C0

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

Shades of Wistful #AAA8C0

Tints of Wistful #AAA8C0

Color information

#AAA8C0 (or 0xAAA8C0) is unknown color: approx Wistful. HEX triplet: AA, A8 and C0. RGB value is (170,168,192). Sum of RGB (Red+Green+Blue) = 170+168+192=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAA8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8C0 is #55573F. Grayscale: #ABABAB. Windows color (decimal): -5592896 or 12626090. OLE color: 12626090.

HSL color Cylindrical-coordinate representation of color #AAA8C0: hue angle of 245º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA8C0 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170168192-
CMYK0.110.1200.25
HSL245º16%70.59%-
HSV(B)245º12.5%75.29%-
XYZ40.0940.3655.55-
YUV171.33139.66127.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 192 (75.39% from 255) = 36.23%
R=32.08%
G=31.70%
B=36.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701681920.110.1200.252451670.59
HexAAA8C0BC019f51047
Octal252250300131403136520107
Binary1010101010101000110000001011110001100111110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8C0; }

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

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

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

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

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

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

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

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