#ADA1BB

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

Shades of East Side #ADA1BB

Tints of East Side #ADA1BB

Color information

#ADA1BB (or 0xADA1BB) is unknown color: approx East Side. HEX triplet: AD, A1 and BB. RGB value is (173,161,187). Sum of RGB (Red+Green+Blue) = 173+161+187=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA1BB is #525E44. Grayscale: #A7A7A7. Windows color (decimal): -5398085 or 12296621. OLE color: 12296621.

HSL color Cylindrical-coordinate representation of color #ADA1BB: hue angle of 267.69º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA1BB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173161187-
CMYK0.070.1400.27
HSL267.69º16.05%68.24%-
HSV(B)267.69º13.9%73.33%-
XYZ38.9537.9652.29-
YUV167.55138.98131.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.21%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=33.21%
G=30.90%
B=35.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731611870.070.1400.27267.6916.0568.24
HexADA1BB7E01B10c1044
Octal25524127371603341420104
Binary1010110110100001101110111111110011011100001100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA1BB; }

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

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

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

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

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

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

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

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