#ACAAC9

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

Shades of Wistful #ACAAC9

Tints of Wistful #ACAAC9

Color information

#ACAAC9 (or 0xACAAC9) is unknown color: approx Wistful. HEX triplet: AC, AA and C9. RGB value is (172,170,201). Sum of RGB (Red+Green+Blue) = 172+170+201=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACAAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACAAC9 is #535536. Grayscale: #AEAEAE. Windows color (decimal): -5461303 or 13216428. OLE color: 13216428.

HSL color Cylindrical-coordinate representation of color #ACAAC9: hue angle of 243.87º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACAAC9 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172170201-
CMYK0.140.1500.21
HSL243.87º22.3%72.75%-
HSV(B)243.87º15.42%78.82%-
XYZ41.9341.7461.1-
YUV174.13143.16126.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 201 (78.91% from 255) = 37.02%
R=31.68%
G=31.31%
B=37.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721702010.140.1500.21243.8722.372.75
HexACAAC9EF015f41649
Octal254252311161702536426111
Binary1010110010101010110010011110111101010111110100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAAC9; }

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

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

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

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

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

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

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

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