Html Css Color HEX #AD9AB9 East Side

📋 copy color: '#AD9AB9'

red 173 ◦ green 154 ◦ blue 185

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

Shades of East Side #AD9AB9

Tints of East Side #AD9AB9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

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

R = 33.79%
G = 30.08%
B = 36.13%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD9AB9 (or 0xAD9AB9) is known color: East Side. HEX triplet: AD, 9A and B9. RGB value is (173,154,185). Sum of RGB (Red+Green+Blue) = 173+154+185=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD9AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AB9 is #526546. Grayscale: #A3A3A3. Windows color (decimal): -5399879 or 12163757. OLE color: 12163757.

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

Color convert

RGB 173 154 185 -
CMYK 0.06 0.17 0 0.27
HSL 276.77º 0.18% 0.66% -
HSV(B) 276.77º 0.17% 0.73% -
XYZ 37.55 35.5 50.77 -
YUV 163.22 140.29 134.98 -
System Red Green Blue C M Y K H S L
Decimal 173 154 185 0.06 0.17 0 0.27 276.77 0.18 0.66
Hex AD 9A B9 6 11 0 1B 115 12 42
Octal 255 232 271 6 21 0 33 425 22 102
Binary 10101101 10011010 10111001 110 10001 0 11011 100010101 10010 1000010

Color Harmonies of #AD9AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AB9

Black with #AD9AB9

Text Example


Text Example

White with #AD9AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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