#AAACD7

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

Shades of Wistful #AAACD7

Tints of Wistful #AAACD7

Color information

#AAACD7 (or 0xAAACD7) is unknown color: approx Wistful. HEX triplet: AA, AC and D7. RGB value is (170,172,215). Sum of RGB (Red+Green+Blue) = 170+172+215=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #AAACD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAACD7 is #555328. Grayscale: #B0B0B0. Windows color (decimal): -5591849 or 14134442. OLE color: 14134442.

HSL color Cylindrical-coordinate representation of color #AAACD7: hue angle of 237.33º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAACD7 is Cyan = 0.21, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170172215-
CMYK0.210.200.16
HSL237.33º36%75.49%-
HSV(B)237.33º20.93%84.31%-
XYZ43.642.9670.28-
YUV176.3149.84123.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=30.52%
G=30.88%
B=38.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701722150.210.200.16237.333675.49
HexAAACD71514010ed244b
Octal252254327252402035544113
Binary1010101010101100110101111010110100010000111011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAACD7; }

 p { color: rgb(170,172,215); }

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

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

 a { background-color: rgb(170,172,215); }

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

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

 span { border-color: rgb(170,172,215); }

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