#ADA3B2

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

Shades of Chatelle #ADA3B2

Tints of Chatelle #ADA3B2

Color information

#ADA3B2 (or 0xADA3B2) is unknown color: approx Chatelle. HEX triplet: AD, A3 and B2. RGB value is (173,163,178). Sum of RGB (Red+Green+Blue) = 173+163+178=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 178 (69.92% from 255 or 34.63% from 514); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADA3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3B2 is #525C4D. Grayscale: #A7A7A7. Windows color (decimal): -5397582 or 11707309. OLE color: 11707309.

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

Color convert

RGB173163178-
CMYK0.030.0800.30
HSL280º8.88%66.86%-
HSV(B)280º8.43%69.8%-
XYZ38.3738.2947.49-
YUV167.7133.81131.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 163 (64.06% from 255) = 31.71%
BLUE value IS 178 (69.92% from 255) = 34.63%
R=33.66%
G=31.71%
B=34.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731631780.030.0800.302808.8866.86
HexADA3B23801E118943
Octal25524326231003643011103
Binary10101101101000111011001011100001111010001100010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3B2; }

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

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

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

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

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

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

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

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