#AD96BA

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

Shades of East Side #AD96BA

Tints of East Side #AD96BA

Color information

#AD96BA (or 0xAD96BA) is unknown color: approx East Side. HEX triplet: AD, 96 and BA. RGB value is (173,150,186). Sum of RGB (Red+Green+Blue) = 173+150+186=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD96BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96BA is #526945. Grayscale: #A0A0A0. Windows color (decimal): -5400902 or 12228269. OLE color: 12228269.

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

Color convert

RGB173150186-
CMYK0.070.1900.27
HSL278.33º20.69%65.88%-
HSV(B)278.33º19.35%72.94%-
XYZ3734.2451.11-
YUV160.98142.12136.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.99%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=33.99%
G=29.47%
B=36.54%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731501860.070.1900.27278.3320.6965.88
HexAD96BA71301B1161542
Octal25522627272303342625102
Binary10101101100101101011101011110011011011100010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96BA; }

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

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

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

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

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

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

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

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