#AD9CB1

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

Shades of Chatelle #AD9CB1

Tints of Chatelle #AD9CB1

Color information

#AD9CB1 (or 0xAD9CB1) is unknown color: approx Chatelle. HEX triplet: AD, 9C and B1. RGB value is (173,156,177). Sum of RGB (Red+Green+Blue) = 173+156+177=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD9CB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9CB1 is #52634E. Grayscale: #A3A3A3. Windows color (decimal): -5399375 or 11639981. OLE color: 11639981.

HSL color Cylindrical-coordinate representation of color #AD9CB1: hue angle of 288.57º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AD9CB1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173156177-
CMYK0.020.1200.31
HSL288.57º11.86%65.29%-
HSV(B)288.57º11.86%69.41%-
XYZ37.0635.8446.56-
YUV163.48135.63134.79-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.19%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 177 (69.53% from 255) = 34.98%
R=34.19%
G=30.83%
B=34.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731561770.020.1200.31288.5711.8665.29
HexAD9CB12C01F121c41
Octal25523426121403744114101
Binary10101101100111001011000110110001111110010000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9CB1; }

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

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

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

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

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

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

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

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