#ADA5B3

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

Shades of Chatelle #ADA5B3

Tints of Chatelle #ADA5B3

Color information

#ADA5B3 (or 0xADA5B3) is unknown color: approx Chatelle. HEX triplet: AD, A5 and B3. RGB value is (173,165,179). Sum of RGB (Red+Green+Blue) = 173+165+179=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 179 - color contains mainly: blue. Hex color #ADA5B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA5B3 is #525A4C. Grayscale: #A8A8A8. Windows color (decimal): -5397069 or 11773357. OLE color: 11773357.

HSL color Cylindrical-coordinate representation of color #ADA5B3: hue angle of 274.29º degrees, saturation: 0.08, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADA5B3 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB173165179-
CMYK0.030.0800.30
HSL274.29º8.43%67.45%-
HSV(B)274.29º7.82%70.2%-
XYZ38.8339.0548.14-
YUV168.99133.65130.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.46%
GREEN value IS 165 (64.84% from 255) = 31.91%
BLUE value IS 179 (70.31% from 255) = 34.62%
R=33.46%
G=31.91%
B=34.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731651790.030.0800.30274.298.4367.45
HexADA5B33801E112843
Octal25524526331003642210103
Binary10101101101001011011001111100001111010001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA5B3; }

 p { color: rgb(173,165,179); }

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

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

 a { background-color: rgb(173,165,179); }

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

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

 span { border-color: rgb(173,165,179); }

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