#ADA0BA

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

Shades of East Side #ADA0BA

Tints of East Side #ADA0BA

Color information

#ADA0BA (or 0xADA0BA) is unknown color: approx East Side. HEX triplet: AD, A0 and BA. RGB value is (173,160,186). Sum of RGB (Red+Green+Blue) = 173+160+186=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA0BA is #525F45. Grayscale: #A6A6A6. Windows color (decimal): -5398342 or 12230829. OLE color: 12230829.

HSL color Cylindrical-coordinate representation of color #ADA0BA: hue angle of 270º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA0BA is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173160186-
CMYK0.070.1400.27
HSL270º15.85%67.84%-
HSV(B)270º13.98%72.94%-
XYZ38.6737.5751.67-
YUV166.85138.81132.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=33.33%
G=30.83%
B=35.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731601860.070.1400.2727015.8567.84
HexADA0BA7E01B10e1044
Octal25524027271603341620104
Binary1010110110100000101110101111110011011100001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0BA; }

 p { color: rgb(173,160,186); }

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

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

 a { background-color: rgb(173,160,186); }

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

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

 span { border-color: rgb(173,160,186); }

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