#ADA8C0

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

Shades of Wistful #ADA8C0

Tints of Wistful #ADA8C0

Color information

#ADA8C0 (or 0xADA8C0) is unknown color: approx Wistful. HEX triplet: AD, A8 and C0. RGB value is (173,168,192). Sum of RGB (Red+Green+Blue) = 173+168+192=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADA8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C0 is #52573F. Grayscale: #ACACAC. Windows color (decimal): -5396288 or 12626093. OLE color: 12626093.

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

Color convert

RGB173168192-
CMYK0.100.1200.25
HSL252.5º16%70.59%-
HSV(B)252.5º12.5%75.29%-
XYZ40.7540.755.58-
YUV172.23139.16128.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.46%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 192 (75.39% from 255) = 36.02%
R=32.46%
G=31.52%
B=36.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731681920.100.1200.25252.51670.59
HexADA8C0AC019fc1047
Octal255250300121403137420107
Binary1010110110101000110000001010110001100111111100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8C0; }

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

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

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

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

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

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

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

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