#AAA5BE

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

Shades of Wistful #AAA5BE

Tints of Wistful #AAA5BE

Color information

#AAA5BE (or 0xAAA5BE) is unknown color: approx Wistful. HEX triplet: AA, A5 and BE. RGB value is (170,165,190). Sum of RGB (Red+Green+Blue) = 170+165+190=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA5BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA5BE is #555A41. Grayscale: #A9A9A9. Windows color (decimal): -5593666 or 12494250. OLE color: 12494250.

HSL color Cylindrical-coordinate representation of color #AAA5BE: hue angle of 252º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AAA5BE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170165190-
CMYK0.110.1300.25
HSL252º16.13%69.61%-
HSV(B)252º13.16%74.51%-
XYZ39.3339.1754.2-
YUV169.34139.66128.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=32.38%
G=31.43%
B=36.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701651900.110.1300.2525216.1369.61
HexAAA5BEBD019fc1046
Octal252245276131503137420106
Binary1010101010100101101111101011110101100111111100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA5BE; }

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

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

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

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

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

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

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

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