#ACAAC2

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

Shades of Wistful #ACAAC2

Tints of Wistful #ACAAC2

Color information

#ACAAC2 (or 0xACAAC2) is unknown color: approx Wistful. HEX triplet: AC, AA and C2. RGB value is (172,170,194). Sum of RGB (Red+Green+Blue) = 172+170+194=536 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.09% from 536); Green value is 170 (66.80% from 255 or 31.72% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #ACAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAC2 is #53553D. Grayscale: #ADADAD. Windows color (decimal): -5461310 or 12757676. OLE color: 12757676.

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

Color convert

RGB172170194-
CMYK0.110.1200.24
HSL245º16.44%71.37%-
HSV(B)245º12.37%76.08%-
XYZ41.1341.4256.87-
YUV173.33139.66127.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.09%
GREEN value IS 170 (66.80% from 255) = 31.72%
BLUE value IS 194 (76.17% from 255) = 36.19%
R=32.09%
G=31.72%
B=36.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721701940.110.1200.2424516.4471.37
HexACAAC2BC018f51047
Octal254252302131403036520107
Binary1010110010101010110000101011110001100011110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAC2; }

 p { color: rgb(172,170,194); }

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

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

 a { background-color: rgb(172,170,194); }

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

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

 span { border-color: rgb(172,170,194); }

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