#ACAAC1

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

Shades of Wistful #ACAAC1

Tints of Wistful #ACAAC1

Color information

#ACAAC1 (or 0xACAAC1) is unknown color: approx Wistful. HEX triplet: AC, AA and C1. RGB value is (172,170,193). Sum of RGB (Red+Green+Blue) = 172+170+193=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 193 - color contains mainly: blue. Hex color #ACAAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAC1 is #53553E. Grayscale: #ADADAD. Windows color (decimal): -5461311 or 12692140. OLE color: 12692140.

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

Color convert

RGB172170193-
CMYK0.110.1200.24
HSL245.22º15.65%71.18%-
HSV(B)245.22º11.92%75.69%-
XYZ41.0141.3756.28-
YUV173.22139.16127.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.15%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 193 (75.78% from 255) = 36.07%
R=32.15%
G=31.78%
B=36.07%

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
Decimal1721701930.110.1200.24245.2215.6571.18
HexACAAC1BC018f51047
Octal254252301131403036520107
Binary1010110010101010110000011011110001100011110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAC1; }

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

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

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

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

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

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

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

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