#AAA7BE

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

Shades of Wistful #AAA7BE

Tints of Wistful #AAA7BE

Color information

#AAA7BE (or 0xAAA7BE) is unknown color: approx Wistful. HEX triplet: AA, A7 and BE. RGB value is (170,167,190). Sum of RGB (Red+Green+Blue) = 170+167+190=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7BE is #555841. Grayscale: #AAAAAA. Windows color (decimal): -5593154 or 12494762. OLE color: 12494762.

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

Color convert

RGB170167190-
CMYK0.110.1200.25
HSL247.83º15.03%70%-
HSV(B)247.83º12.11%74.51%-
XYZ39.6939.954.32-
YUV170.52138.99127.63-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=32.26%
G=31.69%
B=36.05%

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
Decimal1701671900.110.1200.25247.8315.0370
HexAAA7BEBC019f8f46
Octal252247276131403137017106
Binary101010101010011110111110101111000110011111100011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7BE; }

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

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

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

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

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

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

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

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