#ACACD0

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

Shades of Wistful #ACACD0

Tints of Wistful #ACACD0

Color information

#ACACD0 (or 0xACACD0) is unknown color: approx Wistful. HEX triplet: AC, AC and D0. RGB value is (172,172,208). Sum of RGB (Red+Green+Blue) = 172+172+208=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACACD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACACD0 is #53532F. Grayscale: #AFAFAF. Windows color (decimal): -5460784 or 13675692. OLE color: 13675692.

HSL color Cylindrical-coordinate representation of color #ACACD0: hue angle of 240º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACACD0 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172172208-
CMYK0.170.1700.18
HSL240º27.69%74.51%-
HSV(B)240º17.31%81.57%-
XYZ43.1542.8365.67-
YUV176.1146125.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.16%
GREEN value IS 172 (67.58% from 255) = 31.16%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=31.16%
G=31.16%
B=37.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721722080.170.1700.1824027.6974.51
HexACACD01111012f01c4b
Octal254254320212102236034113
Binary101011001010110011010000100011000101001011110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACACD0; }

 p { color: rgb(172,172,208); }

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

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

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

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

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

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

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