#ADA3B0

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

Shades of Chatelle #ADA3B0

Tints of Chatelle #ADA3B0

Color information

#ADA3B0 (or 0xADA3B0) is unknown color: approx Chatelle. HEX triplet: AD, A3 and B0. RGB value is (173,163,176). Sum of RGB (Red+Green+Blue) = 173+163+176=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 176 - color contains mainly: blue. Hex color #ADA3B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3B0 is #525C4F. Grayscale: #A7A7A7. Windows color (decimal): -5397584 or 11576237. OLE color: 11576237.

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

Color convert

RGB173163176-
CMYK0.020.0700.31
HSL286.15º7.6%66.47%-
HSV(B)286.15º7.39%69.02%-
XYZ38.1738.2146.44-
YUV167.47132.81131.94-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 163 (64.06% from 255) = 31.84%
BLUE value IS 176 (69.14% from 255) = 34.38%
R=33.79%
G=31.84%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731631760.020.0700.31286.157.666.47
HexADA3B02701F11e842
Octal2552432602703743610102
Binary1010110110100011101100001011101111110001111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3B0; }

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

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

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

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

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

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

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

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