#ADA3B4

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

Shades of Chatelle #ADA3B4

Tints of Chatelle #ADA3B4

Color information

#ADA3B4 (or 0xADA3B4) is unknown color: approx Chatelle. HEX triplet: AD, A3 and B4. RGB value is (173,163,180). Sum of RGB (Red+Green+Blue) = 173+163+180=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #ADA3B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA3B4 is #525C4B. Grayscale: #A7A7A7. Windows color (decimal): -5397580 or 11838381. OLE color: 11838381.

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

Color convert

RGB173163180-
CMYK0.040.0900.29
HSL275.29º10.18%67.25%-
HSV(B)275.29º9.44%70.59%-
XYZ38.5738.3748.55-
YUV167.93134.81131.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.53%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 180 (70.70% from 255) = 34.88%
R=33.53%
G=31.59%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731631800.040.0900.29275.2910.1867.25
HexADA3B44901D113a43
Octal25524326441103542312103
Binary101011011010001110110100100100101110110001001110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3B4; }

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

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

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

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

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

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

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

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