Html Css Color HEX #AD9BB9 East Side

📋 copy color: '#AD9BB9'

red 173 ◦ green 155 ◦ blue 185

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

Shades of East Side #AD9BB9

Tints of East Side #AD9BB9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 33.72%
G = 30.21%
B = 36.06%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD9BB9 (or 0xAD9BB9) is known color: East Side. HEX triplet: AD, 9B and B9. RGB value is (173,155,185). Sum of RGB (Red+Green+Blue) = 173+155+185=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD9BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9BB9 is #526446. Grayscale: #A3A3A3. Windows color (decimal): -5399623 or 12164013. OLE color: 12164013.

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

Color convert

RGB 173 155 185 -
CMYK 0.06 0.16 0 0.27
HSL 276º 0.18% 0.67% -
HSV(B) 276º 0.16% 0.73% -
XYZ 37.71 35.83 50.83 -
YUV 163.8 139.96 134.56 -
System Red Green Blue C M Y K H S L
Decimal 173 155 185 0.06 0.16 0 0.27 276 0.18 0.67
Hex AD 9B B9 6 10 0 1B 114 12 43
Octal 255 233 271 6 20 0 33 424 22 103
Binary 10101101 10011011 10111001 110 10000 0 11011 100010100 10010 1000011

Color Harmonies of #AD9BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9BB9

Black with #AD9BB9

Text Example


Text Example

White with #AD9BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9BB9; }

 p { color: rgb(173,155,185); }

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

background-color css

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

 a { background-color: rgb(173,155,185); }

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

border-color css

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

 span { border-color: rgb(173,155,185); }

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