Html Css Color HEX #AD96B2 East Side

📋 copy color: '#AD96B2'

red 173 ◦ green 150 ◦ blue 178

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

Shades of East Side #AD96B2

Tints of East Side #AD96B2

RGB

 RED value IS 173 (67.97% from 255) = 34.53%

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 34.53%
G = 29.94%
B = 35.53%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AD96B2 (or 0xAD96B2) is known color: East Side. HEX triplet: AD, 96 and B2. RGB value is (173,150,178). Sum of RGB (Red+Green+Blue) = 173+150+178=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD96B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96B2 is #52694D. Grayscale: #9F9F9F. Windows color (decimal): -5400910 or 11703981. OLE color: 11703981.

HSL color Cylindrical-coordinate representation of color #AD96B2: hue angle of 289.29º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD96B2 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 173 150 178 -
CMYK 0.03 0.16 0 0.30
HSL 289.29º 0.15% 0.64% -
HSV(B) 289.29º 0.16% 0.7% -
XYZ 36.18 33.91 46.76 -
YUV 160.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 173 150 178 0.03 0.16 0 0.30 289.29 0.15 0.64
Hex AD 96 B2 3 10 0 1E 121 F 40
Octal 255 226 262 3 20 0 36 441 17 100
Binary 10101101 10010110 10110010 11 10000 0 11110 100100001 1111 1000000

Color Harmonies of #AD96B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96B2

Black with #AD96B2

Text Example


Text Example

White with #AD96B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96B2; }

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

 H1.HeaderClassName
 {
   color: #AD96B2;
 }
 .AnyTagClassName
 {
   color: #AD96B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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