#AAA9CD

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

Shades of Wistful #AAA9CD

Tints of Wistful #AAA9CD

Color information

#AAA9CD (or 0xAAA9CD) is unknown color: approx Wistful. HEX triplet: AA, A9 and CD. RGB value is (170,169,205). Sum of RGB (Red+Green+Blue) = 170+169+205=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9CD is #555632. Grayscale: #ADADAD. Windows color (decimal): -5592627 or 13478314. OLE color: 13478314.

HSL color Cylindrical-coordinate representation of color #AAA9CD: hue angle of 241.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA9CD is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB170169205-
CMYK0.170.1800.20
HSL241.67º26.47%73.33%-
HSV(B)241.67º17.56%80.39%-
XYZ41.7841.3363.53-
YUV173.4145.83125.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.25%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=31.25%
G=31.07%
B=37.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701692050.170.1800.20241.6726.4773.33
HexAAA9CD1112014f21a49
Octal252251315212202436232111
Binary101010101010100111001101100011001001010011110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9CD; }

 p { color: rgb(170,169,205); }

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

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

 a { background-color: rgb(170,169,205); }

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

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

 span { border-color: rgb(170,169,205); }

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