Html Css Color HEX #AD98BA East Side

📋 copy color: '#AD98BA'

red 173 ◦ green 152 ◦ blue 186

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

Shades of East Side #AD98BA

Tints of East Side #AD98BA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.75%

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

R = 33.86%
G = 29.75%
B = 36.4%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD98BA (or 0xAD98BA) is known color: East Side. HEX triplet: AD, 98 and BA. RGB value is (173,152,186). Sum of RGB (Red+Green+Blue) = 173+152+186=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD98BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98BA is #526745. Grayscale: #A2A2A2. Windows color (decimal): -5400390 or 12228781. OLE color: 12228781.

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

Color convert

RGB 173 152 186 -
CMYK 0.07 0.18 0 0.27
HSL 277.06º 0.2% 0.66% -
HSV(B) 277.06º 0.18% 0.73% -
XYZ 37.32 34.89 51.22 -
YUV 162.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 173 152 186 0.07 0.18 0 0.27 277.06 0.2 0.66
Hex AD 98 BA 7 12 0 1B 115 14 42
Octal 255 230 272 7 22 0 33 425 24 102
Binary 10101101 10011000 10111010 111 10010 0 11011 100010101 10100 1000010

Color Harmonies of #AD98BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98BA

Black with #AD98BA

Text Example


Text Example

White with #AD98BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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