#ADA4B6

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

Shades of Chatelle #ADA4B6

Tints of Chatelle #ADA4B6

Color information

#ADA4B6 (or 0xADA4B6) is unknown color: approx Chatelle. HEX triplet: AD, A4 and B6. RGB value is (173,164,182). Sum of RGB (Red+Green+Blue) = 173+164+182=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #ADA4B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4B6 is #525B49. Grayscale: #A8A8A8. Windows color (decimal): -5397322 or 11969709. OLE color: 11969709.

HSL color Cylindrical-coordinate representation of color #ADA4B6: hue angle of 270º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADA4B6 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173164182-
CMYK0.050.1000.29
HSL270º10.98%67.84%-
HSV(B)270º9.89%71.37%-
XYZ38.9538.8149.69-
YUV168.74135.48131.04-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 31.60%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=33.33%
G=31.60%
B=35.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731641820.050.1000.2927010.9867.84
HexADA4B65A01D10eb44
Octal25524426651203541613104
Binary101011011010010010110110101101001110110000111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4B6; }

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

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

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

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

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

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

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

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