#ACAABF

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

Shades of Wistful #ACAABF

Tints of Wistful #ACAABF

Color information

#ACAABF (or 0xACAABF) is unknown color: approx Wistful. HEX triplet: AC, AA and BF. RGB value is (172,170,191). Sum of RGB (Red+Green+Blue) = 172+170+191=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 191 - color contains mainly: blue. Hex color #ACAABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAABF is #535540. Grayscale: #ACACAC. Windows color (decimal): -5461313 or 12561068. OLE color: 12561068.

HSL color Cylindrical-coordinate representation of color #ACAABF: hue angle of 245.71º degrees, saturation: 0.14, 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 #ACAABF is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172170191-
CMYK0.100.1100.25
HSL245.71º14.09%70.78%-
HSV(B)245.71º10.99%74.9%-
XYZ40.7941.2855.11-
YUV172.99138.16127.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.27%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 191 (75% from 255) = 35.83%
R=32.27%
G=31.89%
B=35.83%

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
Decimal1721701910.100.1100.25245.7114.0970.78
HexACAABFAB019f6e47
Octal254252277121303136616107
Binary101011001010101010111111101010110110011111011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAABF; }

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

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

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

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

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

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

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

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