#AAABC0

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

Shades of Wistful #AAABC0

Tints of Wistful #AAABC0

Color information

#AAABC0 (or 0xAAABC0) is unknown color: approx Wistful. HEX triplet: AA, AB and C0. RGB value is (170,171,192). Sum of RGB (Red+Green+Blue) = 170+171+192=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #AAABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABC0 is #55543F. Grayscale: #ADADAD. Windows color (decimal): -5592128 or 12626858. OLE color: 12626858.

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

Color convert

RGB170171192-
CMYK0.110.1100.25
HSL237.27º14.86%70.98%-
HSV(B)237.27º11.46%75.29%-
XYZ40.6541.4855.73-
YUV173.1138.67125.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 171 (67.19% from 255) = 32.08%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=31.89%
G=32.08%
B=36.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701711920.110.1100.25237.2714.8670.98
HexAAABC0BB019edf47
Octal252253300131303135517107
Binary101010101010101111000000101110110110011110110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABC0; }

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

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

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

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

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

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

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

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