#AD9CB7

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

Shades of East Side #AD9CB7

Tints of East Side #AD9CB7

Color information

#AD9CB7 (or 0xAD9CB7) is unknown color: approx East Side. HEX triplet: AD, 9C and B7. RGB value is (173,156,183). Sum of RGB (Red+Green+Blue) = 173+156+183=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 183 - color contains mainly: blue. Hex color #AD9CB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CB7 is #526348. Grayscale: #A4A4A4. Windows color (decimal): -5399369 or 12033197. OLE color: 12033197.

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

Color convert

RGB173156183-
CMYK0.050.1500.28
HSL277.78º15.79%66.47%-
HSV(B)277.78º14.75%71.76%-
XYZ37.6736.0849.78-
YUV164.16138.63134.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=33.79%
G=30.47%
B=35.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731561830.050.1500.28277.7815.7966.47
HexAD9CB75F01C1161042
Octal25523426751703442620102
Binary1010110110011100101101111011111011100100010110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CB7; }

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

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

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

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

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

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

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

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