#ADACC6

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

Shades of Wistful #ADACC6

Tints of Wistful #ADACC6

Color information

#ADACC6 (or 0xADACC6) is unknown color: approx Wistful. HEX triplet: AD, AC and C6. RGB value is (173,172,198). Sum of RGB (Red+Green+Blue) = 173+172+198=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 172 (67.58% from 255 or 31.68% 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 #ADACC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC6 is #525339. Grayscale: #AFAFAF. Windows color (decimal): -5395258 or 13020333. OLE color: 13020333.

HSL color Cylindrical-coordinate representation of color #ADACC6: hue angle of 242.31º 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 #ADACC6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173172198-
CMYK0.130.1300.22
HSL242.31º18.57%72.55%-
HSV(B)242.31º13.13%77.65%-
XYZ42.1842.4759.4-
YUV175.26140.83126.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 172 (67.58% from 255) = 31.68%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=31.86%
G=31.68%
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
Decimal1731721980.130.1300.22242.3118.5772.55
HexADACC6DD016f21349
Octal255254306151502636223111
Binary1010110110101100110001101101110101011011110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACC6; }

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

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

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

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

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

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

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

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