#ACAAC5

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

Shades of Wistful #ACAAC5

Tints of Wistful #ACAAC5

Color information

#ACAAC5 (or 0xACAAC5) is unknown color: approx Wistful. HEX triplet: AC, AA and C5. RGB value is (172,170,197). Sum of RGB (Red+Green+Blue) = 172+170+197=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 170 (66.80% from 255 or 31.54% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 197 - color contains mainly: blue. Hex color #ACAAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAC5 is #53553A. Grayscale: #ADADAD. Windows color (decimal): -5461307 or 12954284. OLE color: 12954284.

HSL color Cylindrical-coordinate representation of color #ACAAC5: hue angle of 244.44º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACAAC5 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB172170197-
CMYK0.130.1400.23
HSL244.44º18.88%71.96%-
HSV(B)244.44º13.71%77.25%-
XYZ41.4741.5558.66-
YUV173.68141.16126.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.91%
GREEN value IS 170 (66.80% from 255) = 31.54%
BLUE value IS 197 (77.34% from 255) = 36.55%
R=31.91%
G=31.54%
B=36.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721701970.130.1400.23244.4418.8871.96
HexACAAC5DE017f41348
Octal254252305151602736423110
Binary1010110010101010110001011101111001011111110100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAC5; }

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

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

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

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

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

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

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

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