#AAA7BF

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

Shades of Wistful #AAA7BF

Tints of Wistful #AAA7BF

Color information

#AAA7BF (or 0xAAA7BF) is unknown color: approx Wistful. HEX triplet: AA, A7 and BF. RGB value is (170,167,191). Sum of RGB (Red+Green+Blue) = 170+167+191=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #AAA7BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7BF is #555840. Grayscale: #AAAAAA. Windows color (decimal): -5593153 or 12560298. OLE color: 12560298.

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

Color convert

RGB170167191-
CMYK0.110.1300.25
HSL247.5º15.79%70.2%-
HSV(B)247.5º12.57%74.9%-
XYZ39.839.9554.9-
YUV170.63139.49127.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 167 (65.62% from 255) = 31.63%
BLUE value IS 191 (75% from 255) = 36.17%
R=32.20%
G=31.63%
B=36.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701671910.110.1300.25247.515.7970.2
HexAAA7BFBD019f81046
Octal252247277131503137020106
Binary1010101010100111101111111011110101100111111000100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7BF; }

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

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

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

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

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

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

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

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