#ACACC3

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

Shades of Wistful #ACACC3

Tints of Wistful #ACACC3

Color information

#ACACC3 (or 0xACACC3) is unknown color: approx Wistful. HEX triplet: AC, AC and C3. RGB value is (172,172,195). Sum of RGB (Red+Green+Blue) = 172+172+195=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 195 - color contains mainly: blue. Hex color #ACACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACC3 is #53533C. Grayscale: #AEAEAE. Windows color (decimal): -5460797 or 12823724. OLE color: 12823724.

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

Color convert

RGB172172195-
CMYK0.120.1200.24
HSL240º16.08%71.96%-
HSV(B)240º11.79%76.47%-
XYZ41.6242.2257.58-
YUV174.62139.5126.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 172 (67.58% from 255) = 31.91%
BLUE value IS 195 (76.56% from 255) = 36.18%
R=31.91%
G=31.91%
B=36.18%

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
Decimal1721721950.120.1200.2424016.0871.96
HexACACC3CC018f01048
Octal254254303141403036020110
Binary1010110010101100110000111100110001100011110000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACC3; }

 p { color: rgb(172,172,195); }

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

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

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

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

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

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

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