#ADA4B7

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

Shades of Chatelle #ADA4B7

Tints of Chatelle #ADA4B7

Color information

#ADA4B7 (or 0xADA4B7) is unknown color: approx Chatelle. HEX triplet: AD, A4 and B7. RGB value is (173,164,183). Sum of RGB (Red+Green+Blue) = 173+164+183=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 183 - color contains mainly: blue. Hex color #ADA4B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4B7 is #525B48. Grayscale: #A8A8A8. Windows color (decimal): -5397321 or 12035245. OLE color: 12035245.

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

Color convert

RGB173164183-
CMYK0.050.1000.28
HSL268.42º11.66%68.04%-
HSV(B)268.42º10.38%71.76%-
XYZ39.0638.8550.24-
YUV168.86135.98130.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 164 (64.45% from 255) = 31.54%
BLUE value IS 183 (71.88% from 255) = 35.19%
R=33.27%
G=31.54%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1731641830.050.1000.28268.4211.6668.04
HexADA4B75A01C10cc44
Octal25524426751203441414104
Binary101011011010010010110111101101001110010000110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4B7; }

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

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

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

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

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

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

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

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