#AD9DB2

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

Shades of Chatelle #AD9DB2

Tints of Chatelle #AD9DB2

Color information

#AD9DB2 (or 0xAD9DB2) is unknown color: approx Chatelle. HEX triplet: AD, 9D and B2. RGB value is (173,157,178). Sum of RGB (Red+Green+Blue) = 173+157+178=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 178 - color contains mainly: blue. Hex color #AD9DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9DB2 is #52624D. Grayscale: #A4A4A4. Windows color (decimal): -5399118 or 11705773. OLE color: 11705773.

HSL color Cylindrical-coordinate representation of color #AD9DB2: hue angle of 285.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD9DB2 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173157178-
CMYK0.030.1200.30
HSL285.71º12%65.69%-
HSV(B)285.71º11.8%69.8%-
XYZ37.3336.2147.14-
YUV164.18135.8134.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=34.06%
G=30.91%
B=35.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731571780.030.1200.30285.711265.69
HexAD9DB23C01E11ec42
Octal25523526231403643614102
Binary10101101100111011011001011110001111010001111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9DB2; }

 p { color: rgb(173,157,178); }

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

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

 a { background-color: rgb(173,157,178); }

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

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

 span { border-color: rgb(173,157,178); }

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