#AAA5CD

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

Shades of Wistful #AAA5CD

Tints of Wistful #AAA5CD

Color information

#AAA5CD (or 0xAAA5CD) is unknown color: approx Wistful. HEX triplet: AA, A5 and CD. RGB value is (170,165,205). Sum of RGB (Red+Green+Blue) = 170+165+205=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #AAA5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5CD is #555A32. Grayscale: #AAAAAA. Windows color (decimal): -5593651 or 13477290. OLE color: 13477290.

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

Color convert

RGB170165205-
CMYK0.170.2000.20
HSL247.5º28.57%72.55%-
HSV(B)247.5º19.51%80.39%-
XYZ41.0539.8663.29-
YUV171.06147.16127.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=31.48%
G=30.56%
B=37.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1701652050.170.2000.20247.528.5772.55
HexAAA5CD1114014f81d49
Octal252245315212402437035111
Binary101010101010010111001101100011010001010011111000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5CD; }

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

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

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

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

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

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

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

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