#ADA1B2

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

Shades of Chatelle #ADA1B2

Tints of Chatelle #ADA1B2

Color information

#ADA1B2 (or 0xADA1B2) is unknown color: approx Chatelle. HEX triplet: AD, A1 and B2. RGB value is (173,161,178). Sum of RGB (Red+Green+Blue) = 173+161+178=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 161 (63.28% from 255 or 31.45% from 512); Blue value is 178 (69.92% from 255 or 34.77% from 512); Max value from RGB is 178 - color contains mainly: blue. Hex color #ADA1B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1B2 is #525E4D. Grayscale: #A6A6A6. Windows color (decimal): -5398094 or 11706797. OLE color: 11706797.

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

Color convert

RGB173161178-
CMYK0.030.1000.30
HSL282.35º9.94%66.47%-
HSV(B)282.35º9.55%69.8%-
XYZ38.0137.5947.37-
YUV166.53134.48132.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.79%
GREEN value IS 161 (63.28% from 255) = 31.45%
BLUE value IS 178 (69.92% from 255) = 34.77%
R=33.79%
G=31.45%
B=34.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1731611780.030.1000.30282.359.9466.47
HexADA1B23A01E11aa42
Octal25524126231203643212102
Binary10101101101000011011001011101001111010001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1B2; }

 p { color: rgb(173,161,178); }

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

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

 a { background-color: rgb(173,161,178); }

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

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

 span { border-color: rgb(173,161,178); }

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