#ADACC0

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

Shades of Wistful #ADACC0

Tints of Wistful #ADACC0

Color information

#ADACC0 (or 0xADACC0) is unknown color: approx Wistful. HEX triplet: AD, AC and C0. RGB value is (173,172,192). Sum of RGB (Red+Green+Blue) = 173+172+192=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC0 is #52533F. Grayscale: #AEAEAE. Windows color (decimal): -5395264 or 12627117. OLE color: 12627117.

HSL color Cylindrical-coordinate representation of color #ADACC0: hue angle of 243º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADACC0 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173172192-
CMYK0.100.1000.25
HSL243º13.7%71.37%-
HSV(B)243º10.42%75.29%-
XYZ41.542.255.83-
YUV174.58137.83126.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.22%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=32.22%
G=32.03%
B=35.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731721920.100.1000.2524313.771.37
HexADACC0AA019f3e47
Octal255254300121203136316107
Binary101011011010110011000000101010100110011111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACC0; }

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

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

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

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

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

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

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

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