#ADABC0

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

Shades of Wistful #ADABC0

Tints of Wistful #ADABC0

Color information

#ADABC0 (or 0xADABC0) is unknown color: approx Wistful. HEX triplet: AD, AB and C0. RGB value is (173,171,192). Sum of RGB (Red+Green+Blue) = 173+171+192=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC0 is #52543F. Grayscale: #ADADAD. Windows color (decimal): -5395520 or 12626861. OLE color: 12626861.

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

Color convert

RGB173171192-
CMYK0.100.1100.25
HSL245.71º14.29%71.18%-
HSV(B)245.71º10.94%75.29%-
XYZ41.3141.8255.76-
YUV173.99138.16127.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.28%
GREEN value IS 171 (67.19% from 255) = 31.90%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=32.28%
G=31.90%
B=35.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731711920.100.1100.25245.7114.2971.18
HexADABC0AB019f6e47
Octal255253300121303136616107
Binary101011011010101111000000101010110110011111011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABC0; }

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

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

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

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

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

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

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

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