#AAA7C5

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

Shades of Wistful #AAA7C5

Tints of Wistful #AAA7C5

Color information

#AAA7C5 (or 0xAAA7C5) is unknown color: approx Wistful. HEX triplet: AA, A7 and C5. RGB value is (170,167,197). Sum of RGB (Red+Green+Blue) = 170+167+197=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #AAA7C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA7C5 is #55583A. Grayscale: #ABABAB. Windows color (decimal): -5593147 or 12953514. OLE color: 12953514.

HSL color Cylindrical-coordinate representation of color #AAA7C5: hue angle of 246º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA7C5 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170167197-
CMYK0.140.1500.23
HSL246º20.55%71.37%-
HSV(B)246º15.23%77.25%-
XYZ40.4740.2158.45-
YUV171.32142.49127.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=31.84%
G=31.27%
B=36.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701671970.140.1500.2324620.5571.37
HexAAA7C5EF017f61547
Octal252247305161702736625107
Binary1010101010100111110001011110111101011111110110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA7C5; }

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

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

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

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

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

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

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

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