#ADABC6

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

Shades of Wistful #ADABC6

Tints of Wistful #ADABC6

Color information

#ADABC6 (or 0xADABC6) is unknown color: approx Wistful. HEX triplet: AD, AB and C6. RGB value is (173,171,198). Sum of RGB (Red+Green+Blue) = 173+171+198=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADABC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC6 is #525439. Grayscale: #AEAEAE. Windows color (decimal): -5395514 or 13020077. OLE color: 13020077.

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

Color convert

RGB173171198-
CMYK0.130.1400.22
HSL244.44º19.15%72.35%-
HSV(B)244.44º13.64%77.65%-
XYZ41.9942.0959.34-
YUV174.68141.16126.8-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 171 (67.19% from 255) = 31.55%
BLUE value IS 198 (77.73% from 255) = 36.53%
R=31.92%
G=31.55%
B=36.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731711980.130.1400.22244.4419.1572.35
HexADABC6DE016f41348
Octal255253306151602636423110
Binary1010110110101011110001101101111001011011110100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABC6; }

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

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

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

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

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

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

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

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