#AAA8BE

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

Shades of Wistful #AAA8BE

Tints of Wistful #AAA8BE

Color information

#AAA8BE (or 0xAAA8BE) is unknown color: approx Wistful. HEX triplet: AA, A8 and BE. RGB value is (170,168,190). Sum of RGB (Red+Green+Blue) = 170+168+190=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA8BE is #555741. Grayscale: #ABABAB. Windows color (decimal): -5592898 or 12495018. OLE color: 12495018.

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

Color convert

RGB170168190-
CMYK0.110.1200.25
HSL245.45º14.47%70.2%-
HSV(B)245.45º11.58%74.51%-
XYZ39.8740.2754.39-
YUV171.11138.66127.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=32.20%
G=31.82%
B=35.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701681900.110.1200.25245.4514.4770.2
HexAAA8BEBC019f5e46
Octal252250276131403136516106
Binary101010101010100010111110101111000110011111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA8BE; }

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

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

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

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

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

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

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

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