#ADA6AE

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

Shades of Chatelle #ADA6AE

Tints of Chatelle #ADA6AE

Color information

#ADA6AE (or 0xADA6AE) is unknown color: approx Chatelle. HEX triplet: AD, A6 and AE. RGB value is (173,166,174). Sum of RGB (Red+Green+Blue) = 173+166+174=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADA6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA6AE is #525951. Grayscale: #A8A8A8. Windows color (decimal): -5396818 or 11445933. OLE color: 11445933.

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

Color convert

RGB173166174-
CMYK0.010.0500.32
HSL292.5º4.71%66.67%-
HSV(B)292.5º4.6%68.24%-
XYZ38.5139.2145.58-
YUV169130.82130.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=33.72%
G=32.36%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731661740.010.0500.32292.54.7166.67
HexADA6AE15020125543
Octal255246256150404455103
Binary101011011010011010101110110101000001001001011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA6AE; }

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

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

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

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

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

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

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

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