#A3ADB9

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

Shades of Mischka #A3ADB9

Tints of Mischka #A3ADB9

Color information

#A3ADB9 (or 0xA3ADB9) is unknown color: approx Mischka. HEX triplet: A3, AD and B9. RGB value is (163,173,185). Sum of RGB (Red+Green+Blue) = 163+173+185=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #A3ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3ADB9 is #5C5246. Grayscale: #ABABAB. Windows color (decimal): -6050375 or 12168611. OLE color: 12168611.

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

Color convert

RGB163173185-
CMYK0.120.0600.27
HSL212.73º13.58%68.24%-
HSV(B)212.73º11.89%72.55%-
XYZ38.841.1851.8-
YUV171.38135.69122.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 173 (67.97% from 255) = 33.21%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=31.29%
G=33.21%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631731850.120.0600.27212.7313.5868.24
HexA3ADB9C601Bd5e44
Octal24325527114603332516104
Binary10100011101011011011100111001100110111101010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ADB9; }

 p { color: rgb(163,173,185); }

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

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

 a { background-color: rgb(163,173,185); }

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

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

 span { border-color: rgb(163,173,185); }

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