#ADA0B1

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

Shades of Chatelle #ADA0B1

Tints of Chatelle #ADA0B1

Color information

#ADA0B1 (or 0xADA0B1) is unknown color: approx Chatelle. HEX triplet: AD, A0 and B1. RGB value is (173,160,177). Sum of RGB (Red+Green+Blue) = 173+160+177=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA0B1 is #525F4E. Grayscale: #A5A5A5. Windows color (decimal): -5398351 or 11641005. OLE color: 11641005.

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

Color convert

RGB173160177-
CMYK0.020.1000.31
HSL285.88º9.83%66.08%-
HSV(B)285.88º9.6%69.41%-
XYZ37.7437.246.79-
YUV165.82134.31133.12-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.92%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 177 (69.53% from 255) = 34.71%
R=33.92%
G=31.37%
B=34.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731601770.020.1000.31285.889.8366.08
HexADA0B12A01F11ea42
Octal25524026121203743612102
Binary10101101101000001011000110101001111110001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA0B1; }

 p { color: rgb(173,160,177); }

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

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

 a { background-color: rgb(173,160,177); }

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

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

 span { border-color: rgb(173,160,177); }

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