Html Css Color HEX #AD96BA East Side

📋 copy color: '#AD96BA'

red 173 ◦ green 150 ◦ blue 186

#AD96BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AD96BA

Tints of East Side #AD96BA

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 value IS 0.07

 M value IS 0.19

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD96BA (or 0xAD96BA) is known color: 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

RGB 173 150 186 -
CMYK 0.07 0.19 0 0.27
HSL 278.33º 0.21% 0.66% -
HSV(B) 278.33º 0.19% 0.73% -
XYZ 37 34.24 51.11 -
YUV 160.98 142.12 136.57 -
System Red Green Blue C M Y K H S L
Decimal 173 150 186 0.07 0.19 0 0.27 278.33 0.21 0.66
Hex AD 96 BA 7 13 0 1B 116 15 42
Octal 255 226 272 7 23 0 33 426 25 102
Binary 10101101 10010110 10111010 111 10011 0 11011 100010110 10101 1000010

Color Harmonies of #AD96BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96BA

Black with #AD96BA

Text Example


Text Example

White with #AD96BA

Text Example


Text Example

HTML Codes & Css Web 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>