Html Css Color HEX #AD9AB8 East Side

📋 copy color: '#AD9AB8'

red 173 ◦ green 154 ◦ blue 184

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

Shades of East Side #AD9AB8

Tints of East Side #AD9AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.01%

R = 33.86%
G = 30.14%
B = 36.01%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD9AB8 (or 0xAD9AB8) is known color: East Side. HEX triplet: AD, 9A and B8. RGB value is (173,154,184). Sum of RGB (Red+Green+Blue) = 173+154+184=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 184 (72.27% from 255 or 36.01% from 511); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD9AB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9AB8 is #526547. Grayscale: #A3A3A3. Windows color (decimal): -5399880 or 12098221. OLE color: 12098221.

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

Color convert

RGB 173 154 184 -
CMYK 0.06 0.16 0 0.28
HSL 278º 0.17% 0.66% -
HSV(B) 278º 0.16% 0.72% -
XYZ 37.44 35.46 50.22 -
YUV 163.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 173 154 184 0.06 0.16 0 0.28 278 0.17 0.66
Hex AD 9A B8 6 10 0 1C 116 11 42
Octal 255 232 270 6 20 0 34 426 21 102
Binary 10101101 10011010 10111000 110 10000 0 11100 100010110 10001 1000010

Color Harmonies of #AD9AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9AB8

Black with #AD9AB8

Text Example


Text Example

White with #AD9AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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