#AAA9C1

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

Shades of Wistful #AAA9C1

Tints of Wistful #AAA9C1

Color information

#AAA9C1 (or 0xAAA9C1) is unknown color: approx Wistful. HEX triplet: AA, A9 and C1. RGB value is (170,169,193). Sum of RGB (Red+Green+Blue) = 170+169+193=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 169 (66.41% from 255 or 31.77% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #AAA9C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA9C1 is #55563E. Grayscale: #ABABAB. Windows color (decimal): -5592639 or 12691882. OLE color: 12691882.

HSL color Cylindrical-coordinate representation of color #AAA9C1: hue angle of 242.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AAA9C1 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170169193-
CMYK0.120.1200.24
HSL242.5º16.22%70.98%-
HSV(B)242.5º12.44%75.69%-
XYZ40.3940.7756.19-
YUV172.04139.83126.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.95%
GREEN value IS 169 (66.41% from 255) = 31.77%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=31.95%
G=31.77%
B=36.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701691930.120.1200.24242.516.2270.98
HexAAA9C1CC018f21047
Octal252251301141403036220107
Binary1010101010101001110000011100110001100011110010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA9C1; }

 p { color: rgb(170,169,193); }

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

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

 a { background-color: rgb(170,169,193); }

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

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

 span { border-color: rgb(170,169,193); }

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