#AD9CB6

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

Shades of Chatelle #AD9CB6

Tints of Chatelle #AD9CB6

Color information

#AD9CB6 (or 0xAD9CB6) is unknown color: approx Chatelle. HEX triplet: AD, 9C and B6. RGB value is (173,156,182). Sum of RGB (Red+Green+Blue) = 173+156+182=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #AD9CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CB6 is #526349. Grayscale: #A3A3A3. Windows color (decimal): -5399370 or 11967661. OLE color: 11967661.

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

Color convert

RGB173156182-
CMYK0.050.1400.29
HSL279.23º15.12%66.27%-
HSV(B)279.23º14.29%71.37%-
XYZ37.5736.0449.23-
YUV164.05138.13134.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 156 (61.33% from 255) = 30.53%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=33.86%
G=30.53%
B=35.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731561820.050.1400.29279.2315.1266.27
HexAD9CB65E01D117f42
Octal25523426651603542717102
Binary101011011001110010110110101111001110110001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CB6; }

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

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

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

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

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

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

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

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