#AAA3BF

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

Shades of Wistful #AAA3BF

Tints of Wistful #AAA3BF

Color information

#AAA3BF (or 0xAAA3BF) is unknown color: approx Wistful. HEX triplet: AA, A3 and BF. RGB value is (170,163,191). Sum of RGB (Red+Green+Blue) = 170+163+191=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA3BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA3BF is #555C40. Grayscale: #A8A8A8. Windows color (decimal): -5594177 or 12559274. OLE color: 12559274.

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

Color convert

RGB170163191-
CMYK0.110.1500.25
HSL255º17.95%69.41%-
HSV(B)255º14.66%74.9%-
XYZ39.0838.554.66-
YUV168.28140.82129.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 191 (75% from 255) = 36.45%
R=32.44%
G=31.11%
B=36.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701631910.110.1500.2525517.9569.41
HexAAA3BFBF019ff1245
Octal252243277131703137722105
Binary1010101010100011101111111011111101100111111111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA3BF; }

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

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

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

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

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

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

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

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