#ADA3AE

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

Shades of Chatelle #ADA3AE

Tints of Chatelle #ADA3AE

Color information

#ADA3AE (or 0xADA3AE) is unknown color: approx Chatelle. HEX triplet: AD, A3 and AE. RGB value is (173,163,174). Sum of RGB (Red+Green+Blue) = 173+163+174=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADA3AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA3AE is #525C51. Grayscale: #A7A7A7. Windows color (decimal): -5397586 or 11445165. OLE color: 11445165.

HSL color Cylindrical-coordinate representation of color #ADA3AE: hue angle of 294.55º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ADA3AE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173163174-
CMYK0.010.0600.32
HSL294.55º6.36%66.08%-
HSV(B)294.55º6.32%68.24%-
XYZ37.9738.1345.4-
YUV167.24131.81132.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 163 (64.06% from 255) = 31.96%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=33.92%
G=31.96%
B=34.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731631740.010.0600.32294.556.3666.08
HexADA3AE16020127642
Octal255243256160404476102
Binary101011011010001110101110111001000001001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA3AE; }

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

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

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

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

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

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

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

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