#AAA5CA

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

Shades of Wistful #AAA5CA

Tints of Wistful #AAA5CA

Color information

#AAA5CA (or 0xAAA5CA) is unknown color: approx Wistful. HEX triplet: AA, A5 and CA. RGB value is (170,165,202). Sum of RGB (Red+Green+Blue) = 170+165+202=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #AAA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5CA is #555A35. Grayscale: #AAAAAA. Windows color (decimal): -5593654 or 13280682. OLE color: 13280682.

HSL color Cylindrical-coordinate representation of color #AAA5CA: hue angle of 248.11º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAA5CA is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170165202-
CMYK0.160.1800.21
HSL248.11º25.87%71.96%-
HSV(B)248.11º18.32%79.22%-
XYZ40.6939.7261.4-
YUV170.71145.66127.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=31.66%
G=30.73%
B=37.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701652020.160.1800.21248.1125.8771.96
HexAAA5CA1012015f81a48
Octal252245312202202537032110
Binary101010101010010111001010100001001001010111111000110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5CA; }

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

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

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

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

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

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

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

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