#ACA9C9

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

Shades of Wistful #ACA9C9

Tints of Wistful #ACA9C9

Color information

#ACA9C9 (or 0xACA9C9) is unknown color: approx Wistful. HEX triplet: AC, A9 and C9. RGB value is (172,169,201). Sum of RGB (Red+Green+Blue) = 172+169+201=542 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.73% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #ACA9C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACA9C9 is #535636. Grayscale: #ADADAD. Windows color (decimal): -5461559 or 13216172. OLE color: 13216172.

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

Color convert

RGB172169201-
CMYK0.140.1600.21
HSL245.62º22.86%72.55%-
HSV(B)245.62º15.92%78.82%-
XYZ41.7441.3661.04-
YUV173.54143.49126.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.73%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=31.73%
G=31.18%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721692010.140.1600.21245.6222.8672.55
HexACA9C9E10015f61749
Octal254251311162002536627111
Binary10101100101010011100100111101000001010111110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA9C9; }

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

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

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

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

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

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

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

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