#ACADC6

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

Shades of Wistful #ACADC6

Tints of Wistful #ACADC6

Color information

#ACADC6 (or 0xACADC6) is unknown color: approx Wistful. HEX triplet: AC, AD and C6. RGB value is (172,173,198). Sum of RGB (Red+Green+Blue) = 172+173+198=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 198 - color contains mainly: blue. Hex color #ACADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADC6 is #535239. Grayscale: #AFAFAF. Windows color (decimal): -5460538 or 13020588. OLE color: 13020588.

HSL color Cylindrical-coordinate representation of color #ACADC6: hue angle of 237.69º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACADC6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172173198-
CMYK0.130.1300.22
HSL237.69º18.57%72.55%-
HSV(B)237.69º13.13%77.65%-
XYZ42.1542.7459.45-
YUV175.55140.67125.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=31.68%
G=31.86%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721731980.130.1300.22237.6918.5772.55
HexACADC6DD016ee1349
Octal254255306151502635623111
Binary1010110010101101110001101101110101011011101110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADC6; }

 p { color: rgb(172,173,198); }

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

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

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

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

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

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

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