#AAA4BE

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

Shades of Wistful #AAA4BE

Tints of Wistful #AAA4BE

Color information

#AAA4BE (or 0xAAA4BE) is unknown color: approx Wistful. HEX triplet: AA, A4 and BE. RGB value is (170,164,190). Sum of RGB (Red+Green+Blue) = 170+164+190=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA4BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA4BE is #555B41. Grayscale: #A8A8A8. Windows color (decimal): -5593922 or 12493994. OLE color: 12493994.

HSL color Cylindrical-coordinate representation of color #AAA4BE: hue angle of 253.85º 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 #AAA4BE is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170164190-
CMYK0.110.1400.25
HSL253.85º16.67%69.41%-
HSV(B)253.85º13.68%74.51%-
XYZ39.1538.8154.14-
YUV168.76139.99128.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.44%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=32.44%
G=31.30%
B=36.26%

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
Decimal1701641900.110.1400.25253.8516.6769.41
HexAAA4BEBE019fe1145
Octal252244276131603137621105
Binary1010101010100100101111101011111001100111111110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA4BE; }

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

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

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

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

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

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

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

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