#ACAAC0

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

Shades of Wistful #ACAAC0

Tints of Wistful #ACAAC0

Color information

#ACAAC0 (or 0xACAAC0) is unknown color: approx Wistful. HEX triplet: AC, AA and C0. RGB value is (172,170,192). Sum of RGB (Red+Green+Blue) = 172+170+192=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACAAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAC0 is #53553F. Grayscale: #ADADAD. Windows color (decimal): -5461312 or 12626604. OLE color: 12626604.

HSL color Cylindrical-coordinate representation of color #ACAAC0: hue angle of 245.45º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAAC0 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172170192-
CMYK0.100.1100.25
HSL245.45º14.86%70.98%-
HSV(B)245.45º11.46%75.29%-
XYZ40.941.3355.69-
YUV173.11138.66127.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.21%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 192 (75.39% from 255) = 35.96%
R=32.21%
G=31.84%
B=35.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721701920.100.1100.25245.4514.8670.98
HexACAAC0AB019f5f47
Octal254252300121303136517107
Binary101011001010101011000000101010110110011111010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAC0; }

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

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

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

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

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

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

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

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