#AAA3BE

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

Shades of Wistful #AAA3BE

Tints of Wistful #AAA3BE

Color information

#AAA3BE (or 0xAAA3BE) is unknown color: approx Wistful. HEX triplet: AA, A3 and BE. RGB value is (170,163,190). Sum of RGB (Red+Green+Blue) = 170+163+190=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3BE is #555C41. Grayscale: #A8A8A8. Windows color (decimal): -5594178 or 12493738. OLE color: 12493738.

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

Color convert

RGB170163190-
CMYK0.110.1400.25
HSL255.56º17.2%69.22%-
HSV(B)255.56º14.21%74.51%-
XYZ38.9738.4654.08-
YUV168.17140.32129.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.50%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=32.50%
G=31.17%
B=36.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701631900.110.1400.25255.5617.269.22
HexAAA3BEBE0191001145
Octal252243276131603140021105
Binary10101010101000111011111010111110011001100000000100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3BE; }

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

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

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

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

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

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

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

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