#ADABAE

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

Shades of Chatelle #ADABAE

Tints of Chatelle #ADABAE

Color information

#ADABAE (or 0xADABAE) is unknown color: approx Chatelle. HEX triplet: AD, AB and AE. RGB value is (173,171,174). Sum of RGB (Red+Green+Blue) = 173+171+174=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 174 (68.36% from 255 or 33.59% from 518); Max value from RGB is 174 - color contains mainly: blue. Hex color #ADABAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADABAE is #525451. Grayscale: #ABABAB. Windows color (decimal): -5395538 or 11447213. OLE color: 11447213.

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

Color convert

RGB173171174-
CMYK0.010.0200.32
HSL280º1.82%67.65%-
HSV(B)280º1.72%68.24%-
XYZ39.4441.0745.89-
YUV171.94129.16128.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.40%
GREEN value IS 171 (67.19% from 255) = 33.01%
BLUE value IS 174 (68.36% from 255) = 33.59%
R=33.40%
G=33.01%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731711740.010.0200.322801.8267.65
HexADABAE12020118244
Octal255253256120404302104
Binary1010110110101011101011101100100000100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABAE; }

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

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

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

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

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

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

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

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