#ADA1B9

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

Shades of Chatelle #ADA1B9

Tints of Chatelle #ADA1B9

Color information

#ADA1B9 (or 0xADA1B9) is unknown color: approx Chatelle. HEX triplet: AD, A1 and B9. RGB value is (173,161,185). Sum of RGB (Red+Green+Blue) = 173+161+185=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADA1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1B9 is #525E46. Grayscale: #A7A7A7. Windows color (decimal): -5398087 or 12165549. OLE color: 12165549.

HSL color Cylindrical-coordinate representation of color #ADA1B9: hue angle of 270º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADA1B9 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173161185-
CMYK0.060.1300.27
HSL270º14.63%67.84%-
HSV(B)270º12.97%72.55%-
XYZ38.7437.8851.17-
YUV167.32137.98132.05-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=33.33%
G=31.02%
B=35.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731611850.060.1300.2727014.6367.84
HexADA1B96D01B10ef44
Octal25524127161503341617104
Binary101011011010000110111001110110101101110000111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1B9; }

 p { color: rgb(173,161,185); }

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

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

 a { background-color: rgb(173,161,185); }

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

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

 span { border-color: rgb(173,161,185); }

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