Html Css Color HEX #AD97BA East Side

📋 copy color: '#AD97BA'

red 173 ◦ green 151 ◦ blue 186

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

Shades of East Side #AD97BA

Tints of East Side #AD97BA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 33.92%
G = 29.61%
B = 36.47%

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

#AD97BA (or 0xAD97BA) is known color: East Side. HEX triplet: AD, 97 and BA. RGB value is (173,151,186). Sum of RGB (Red+Green+Blue) = 173+151+186=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD97BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD97BA is #526845. Grayscale: #A1A1A1. Windows color (decimal): -5400646 or 12228525. OLE color: 12228525.

HSL color Cylindrical-coordinate representation of color #AD97BA: hue angle of 277.71º degrees, saturation: 0.2, 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 #AD97BA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 151 186 -
CMYK 0.07 0.19 0 0.27
HSL 277.71º 0.2% 0.66% -
HSV(B) 277.71º 0.19% 0.73% -
XYZ 37.16 34.56 51.17 -
YUV 161.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 173 151 186 0.07 0.19 0 0.27 277.71 0.2 0.66
Hex AD 97 BA 7 13 0 1B 116 14 42
Octal 255 227 272 7 23 0 33 426 24 102
Binary 10101101 10010111 10111010 111 10011 0 11011 100010110 10100 1000010

Color Harmonies of #AD97BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD97BA

Black with #AD97BA

Text Example


Text Example

White with #AD97BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD97BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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