#AD9CB9

Color #AD9CB9 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD9CB9

Tints of East Side #AD9CB9

Color information

#AD9CB9 (or 0xAD9CB9) is unknown color: approx East Side. HEX triplet: AD, 9C and B9. RGB value is (173,156,185). Sum of RGB (Red+Green+Blue) = 173+156+185=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD9CB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CB9 is #526346. Grayscale: #A4A4A4. Windows color (decimal): -5399367 or 12164269. OLE color: 12164269.

HSL color Cylindrical-coordinate representation of color #AD9CB9: hue angle of 275.17º degrees, saturation: 0.17, 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 #AD9CB9 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173156185-
CMYK0.060.1600.27
HSL275.17º17.16%66.86%-
HSV(B)275.17º15.68%72.55%-
XYZ37.8836.1650.88-
YUV164.39139.63134.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 185 (72.66% from 255) = 35.99%
R=33.66%
G=30.35%
B=35.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731561850.060.1600.27275.1717.1666.86
HexAD9CB961001B1131143
Octal25523427162003342321103
Binary10101101100111001011100111010000011011100010011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CB9; }

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

 H1.HeaderClassName
 {
   color: #AD9CB9;
 }
 .AnyTagClassName
 {
   color: #AD9CB9;
 }
</style>
background-color css

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

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

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

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

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

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