#ACADCA

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

Shades of Wistful #ACADCA

Tints of Wistful #ACADCA

Color information

#ACADCA (or 0xACADCA) is unknown color: approx Wistful. HEX triplet: AC, AD and CA. RGB value is (172,173,202). Sum of RGB (Red+Green+Blue) = 172+173+202=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACADCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACADCA is #535235. Grayscale: #AFAFAF. Windows color (decimal): -5460534 or 13282732. OLE color: 13282732.

HSL color Cylindrical-coordinate representation of color #ACADCA: hue angle of 238º 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 #ACADCA is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172173202-
CMYK0.150.1400.21
HSL238º22.06%73.33%-
HSV(B)238º14.85%79.22%-
XYZ42.6242.9261.92-
YUV176.01142.67125.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=31.44%
G=31.63%
B=36.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721732020.150.1400.2123822.0673.33
HexACADCAFE015ee1649
Octal254255312171602535626111
Binary1010110010101101110010101111111001010111101110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACADCA; }

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

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

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

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

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

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

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

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