Html Css Color HEX #AD9DB9 East Side

📋 copy color: '#AD9DB9'

red 173 ◦ green 157 ◦ blue 185

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

Shades of East Side #AD9DB9

Tints of East Side #AD9DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.49%

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

R = 33.59%
G = 30.49%
B = 35.92%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD9DB9 (or 0xAD9DB9) is known color: East Side. HEX triplet: AD, 9D and B9. RGB value is (173,157,185). Sum of RGB (Red+Green+Blue) = 173+157+185=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD9DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DB9 is #526246. Grayscale: #A4A4A4. Windows color (decimal): -5399111 or 12164525. OLE color: 12164525.

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

Color convert

RGB 173 157 185 -
CMYK 0.06 0.15 0 0.27
HSL 274.29º 0.17% 0.67% -
HSV(B) 274.29º 0.15% 0.73% -
XYZ 38.05 36.5 50.94 -
YUV 164.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 173 157 185 0.06 0.15 0 0.27 274.29 0.17 0.67
Hex AD 9D B9 6 F 0 1B 112 11 43
Octal 255 235 271 6 17 0 33 422 21 103
Binary 10101101 10011101 10111001 110 1111 0 11011 100010010 10001 1000011

Color Harmonies of #AD9DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9DB9

Black with #AD9DB9

Text Example


Text Example

White with #AD9DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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