#ADA6B6

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

Shades of Chatelle #ADA6B6

Tints of Chatelle #ADA6B6

Color information

#ADA6B6 (or 0xADA6B6) is unknown color: approx Chatelle. HEX triplet: AD, A6 and B6. RGB value is (173,166,182). Sum of RGB (Red+Green+Blue) = 173+166+182=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADA6B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6B6 is #525949. Grayscale: #A9A9A9. Windows color (decimal): -5396810 or 11970221. OLE color: 11970221.

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

Color convert

RGB173166182-
CMYK0.050.0900.29
HSL266.25º9.88%68.24%-
HSV(B)266.25º8.79%71.37%-
XYZ39.3139.5349.81-
YUV169.92134.82130.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 182 (71.48% from 255) = 34.93%
R=33.21%
G=31.86%
B=34.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731661820.050.0900.29266.259.8868.24
HexADA6B65901D10aa44
Octal25524626651103541212104
Binary101011011010011010110110101100101110110000101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6B6; }

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

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

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

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

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

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

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

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