#AD9AB9

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

Shades of East Side #AD9AB9

Tints of East Side #AD9AB9

Color information

#AD9AB9 (or 0xAD9AB9) is unknown color: approx 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

RGB173154185-
CMYK0.060.1700.27
HSL276.77º18.13%66.47%-
HSV(B)276.77º16.76%72.55%-
XYZ37.5535.550.77-
YUV163.22140.29134.98-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731541850.060.1700.27276.7718.1366.47
HexAD9AB961101B1151242
Octal25523227162103342522102
Binary10101101100110101011100111010001011011100010101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>