#AAABC5

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

Shades of Wistful #AAABC5

Tints of Wistful #AAABC5

Color information

#AAABC5 (or 0xAAABC5) is unknown color: approx Wistful. HEX triplet: AA, AB and C5. RGB value is (170,171,197). Sum of RGB (Red+Green+Blue) = 170+171+197=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAABC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABC5 is #55543A. Grayscale: #ADADAD. Windows color (decimal): -5592123 or 12954538. OLE color: 12954538.

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

Color convert

RGB170171197-
CMYK0.140.1300.23
HSL237.78º18.88%71.96%-
HSV(B)237.78º13.71%77.25%-
XYZ41.2241.758.7-
YUV173.66141.17125.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.60%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 197 (77.34% from 255) = 36.62%
R=31.60%
G=31.78%
B=36.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701711970.140.1300.23237.7818.8871.96
HexAAABC5ED017ee1348
Octal252253305161502735623110
Binary1010101010101011110001011110110101011111101110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABC5; }

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

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

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

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

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

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

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

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