Html Css Color HEX #AD96B8 East Side

📋 copy color: '#AD96B8'

red 173 ◦ green 150 ◦ blue 184

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

Shades of East Side #AD96B8

Tints of East Side #AD96B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 34.12%
G = 29.59%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD96B8 (or 0xAD96B8) is known color: East Side. HEX triplet: AD, 96 and B8. RGB value is (173,150,184). Sum of RGB (Red+Green+Blue) = 173+150+184=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD96B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96B8 is #526947. Grayscale: #A0A0A0. Windows color (decimal): -5400904 or 12097197. OLE color: 12097197.

HSL color Cylindrical-coordinate representation of color #AD96B8: hue angle of 280.59º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD96B8 is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 150 184 -
CMYK 0.06 0.18 0 0.28
HSL 280.59º 0.19% 0.65% -
HSV(B) 280.59º 0.18% 0.72% -
XYZ 36.79 34.16 50 -
YUV 160.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 173 150 184 0.06 0.18 0 0.28 280.59 0.19 0.65
Hex AD 96 B8 6 12 0 1C 119 13 41
Octal 255 226 270 6 22 0 34 431 23 101
Binary 10101101 10010110 10111000 110 10010 0 11100 100011001 10011 1000001

Color Harmonies of #AD96B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96B8

Black with #AD96B8

Text Example


Text Example

White with #AD96B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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