#AAA4BF

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

Shades of Wistful #AAA4BF

Tints of Wistful #AAA4BF

Color information

#AAA4BF (or 0xAAA4BF) is unknown color: approx Wistful. HEX triplet: AA, A4 and BF. RGB value is (170,164,191). Sum of RGB (Red+Green+Blue) = 170+164+191=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4BF is #555B40. Grayscale: #A8A8A8. Windows color (decimal): -5593921 or 12559530. OLE color: 12559530.

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

Color convert

RGB170164191-
CMYK0.110.1400.25
HSL253.33º17.42%69.61%-
HSV(B)253.33º14.14%74.9%-
XYZ39.2638.8654.72-
YUV168.87140.49128.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 191 (75% from 255) = 36.38%
R=32.38%
G=31.24%
B=36.38%

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
Decimal1701641910.110.1400.25253.3317.4269.61
HexAAA4BFBE019fd1146
Octal252244277131603137521106
Binary1010101010100100101111111011111001100111111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4BF; }

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

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

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

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

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

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

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

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