#ADA7AE

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

Shades of Chatelle #ADA7AE

Tints of Chatelle #ADA7AE

Color information

#ADA7AE (or 0xADA7AE) is unknown color: approx Chatelle. HEX triplet: AD, A7 and AE. RGB value is (173,167,174). Sum of RGB (Red+Green+Blue) = 173+167+174=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADA7AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA7AE is #525851. Grayscale: #A9A9A9. Windows color (decimal): -5396562 or 11446189. OLE color: 11446189.

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

Color convert

RGB173167174-
CMYK0.010.0400.32
HSL291.43º4.14%66.86%-
HSV(B)291.43º4.02%68.24%-
XYZ38.6939.5845.64-
YUV169.59130.49130.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.66%
GREEN value IS 167 (65.62% from 255) = 32.49%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=33.66%
G=32.49%
B=33.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731671740.010.0400.32291.434.1466.86
HexADA7AE14020123443
Octal255247256140404434103
Binary101011011010011110101110110001000001001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA7AE; }

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

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

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

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

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

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

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

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