#ADA4AE

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

Shades of Chatelle #ADA4AE

Tints of Chatelle #ADA4AE

Color information

#ADA4AE (or 0xADA4AE) is unknown color: approx Chatelle. HEX triplet: AD, A4 and AE. RGB value is (173,164,174). Sum of RGB (Red+Green+Blue) = 173+164+174=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 164 (64.45% from 255 or 32.09% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADA4AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA4AE is #525B51. Grayscale: #A7A7A7. Windows color (decimal): -5397330 or 11445421. OLE color: 11445421.

HSL color Cylindrical-coordinate representation of color #ADA4AE: hue angle of 294º 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 #ADA4AE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173164174-
CMYK0.010.0600.32
HSL294º5.81%66.27%-
HSV(B)294º5.75%68.24%-
XYZ38.1538.4945.46-
YUV167.83131.48131.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 164 (64.45% from 255) = 32.09%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=33.86%
G=32.09%
B=34.05%

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
Decimal1731641740.010.0600.322945.8166.27
HexADA4AE16020126642
Octal255244256160404466102
Binary101011011010010010101110111001000001001001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4AE; }

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

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

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

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

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

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

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

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