Html Css Color HEX #AD9AB5 East Side

📋 copy color: '#AD9AB5'

red 173 ◦ green 154 ◦ blue 181

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

Shades of East Side #AD9AB5

Tints of East Side #AD9AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 35.63%

R = 34.06%
G = 30.31%
B = 35.63%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AD9AB5 (or 0xAD9AB5) is known color: East Side. HEX triplet: AD, 9A and B5. RGB value is (173,154,181). Sum of RGB (Red+Green+Blue) = 173+154+181=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 181 - color contains mainly: blue. Hex color #AD9AB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AB5 is #52654A. Grayscale: #A2A2A2. Windows color (decimal): -5399883 or 11901613. OLE color: 11901613.

HSL color Cylindrical-coordinate representation of color #AD9AB5: hue angle of 282.22º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD9AB5 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 154 181 -
CMYK 0.04 0.15 0 0.29
HSL 282.22º 0.15% 0.66% -
HSV(B) 282.22º 0.15% 0.71% -
XYZ 37.13 35.33 48.58 -
YUV 162.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 173 154 181 0.04 0.15 0 0.29 282.22 0.15 0.66
Hex AD 9A B5 4 F 0 1D 11A F 42
Octal 255 232 265 4 17 0 35 432 17 102
Binary 10101101 10011010 10110101 100 1111 0 11101 100011010 1111 1000010

Color Harmonies of #AD9AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AB5

Black with #AD9AB5

Text Example


Text Example

White with #AD9AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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