#ADA1B1

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

Shades of Chatelle #ADA1B1

Tints of Chatelle #ADA1B1

Color information

#ADA1B1 (or 0xADA1B1) is unknown color: approx Chatelle. HEX triplet: AD, A1 and B1. RGB value is (173,161,177). Sum of RGB (Red+Green+Blue) = 173+161+177=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 177 - color contains mainly: blue. Hex color #ADA1B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA1B1 is #525E4E. Grayscale: #A6A6A6. Windows color (decimal): -5398095 or 11641261. OLE color: 11641261.

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

Color convert

RGB173161177-
CMYK0.020.0900.31
HSL285º9.3%66.27%-
HSV(B)285º9.04%69.41%-
XYZ37.9137.5546.84-
YUV166.41133.98132.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.86%
GREEN value IS 161 (63.28% from 255) = 31.51%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=33.86%
G=31.51%
B=34.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731611770.020.0900.312859.366.27
HexADA1B12901F11d942
Octal25524126121103743511102
Binary10101101101000011011000110100101111110001110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1B1; }

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

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

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

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

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

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

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

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